POST
/
v1
/
project-members
/
curl --request POST \
  --url https://cloud.activepieces.com/api/v1/project-members/ \
  --header 'Content-Type: application/json' \
  --data '{
  "projectId": "<string>",
  "email": "<string>",
  "role": "ADMIN",
  "status": "ACTIVE"
}'
{
  "id": "<string>",
  "created": "<string>",
  "updated": "<string>",
  "email": "<string>",
  "platformId": "<string>",
  "projectId": "<string>",
  "role": "ADMIN",
  "status": "ACTIVE"
}

Body

application/json

Response

201 - application/json

Project member is which user is assigned to a project.