Returns the project members of the project with the specified id.
Returns the project members of the project with the specified id.
Required Permissions: The user has to be the creator of the project or needs
read
permissions of the feature project-master-data
.Path parameters
projectId
The id of the project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
id
The id of the project member entity.
userId
The id of the user who is this project member.
firstName
The first name of the user.
lastName
The last name of the user.
hasImage
Whether the user has an image.
projectRoleId
The project role of the project member.
projectRoleName
The project role name of the project member.
isResponsible
Whether the user is responsible for this project.
isDeactivated
Whether the user is deactivated.
isExternal
True if this entity is coming from an external workspace (awork Connect).