v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projects

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

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

         <Check title="Required Permissions" icon="key">The user has to be the creator of the project or needs `read` permissions of the feature `project-master-data`.</Check>
get/projects/{projectId}/members

Path parameters

projectIdstring uuid required

The id of the project.

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid

The id of the project member entity.

userIdstring uuid

The id of the user who is this project member.

firstNamestring nullable

The first name of the user.

lastNamestring nullable

The last name of the user.

hasImageboolean nullable

Whether the user has an image.

projectRoleIdstring uuid

The project role of the project member.

projectRoleNamestring nullable

The project role name of the project member.

isResponsibleboolean

Whether the user is responsible for this project.

isDeactivatedboolean

Whether the user is deactivated.

isExternalboolean

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