Returns members of the specified project.

Returns members assigned to the specified project. <Check title="Required Permissions" icon="key">The user must be the project creator or have `project-master-data:read` permission.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

Response

OK
idstringOptionalformat: "uuid"
The id of the project member entity.
userIdstringOptionalformat: "uuid"
The id of the user who is this project member.
firstNamestring or nullOptional
The first name of the user.
lastNamestring or nullOptional
The last name of the user.
hasImageboolean or nullOptional
Whether the user has an image.
projectRoleIdstringOptionalformat: "uuid"
The project role of the project member.
projectRoleNamestring or nullOptional
The project role name of the project member.
isResponsiblebooleanOptional
Whether the user is responsible for this project.
isDeactivatedbooleanOptional
Whether the user is deactivated.
isExternalbooleanOptional

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

Errors

401
Unauthorized Error
404
Not Found Error