Returns the project members of the project with the specified id.

Returns the project members of the project with the specified id. <Check><b>Required Permissions</b>: The user has to be the creator of the project or needs `read` permissions of the feature `project-master-data`.</Check>

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

Response

OK
idstring or nullformat: "uuid"
The id of the project member entity.
userIdstring or nullformat: "uuid"
The id of the user who is this project member.
firstNamestring or null
The first name of the user.
lastNamestring or null
The last name of the user.
hasImageboolean or null
Whether the user has an image.
projectRoleIdstring or nullformat: "uuid"
The project role of the project member.
projectRoleNamestring or null
The project role name of the project member.
isResponsibleboolean or null
Whether the user is responsible for this project.
isDeactivatedboolean or null
Whether the user is deactivated.
isExternalboolean or null

True if this entity is coming from an external workspace (awork Connect).