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" }
ADMIN
ACTIVE
Project member is which user is assigned to a project.