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
projectId
The id of the project.
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).
Errors
401
Unauthorized Error
404
Not Found Error

