Returns the project role with the specified id.

Returns the project role with the specified id.

Required Permissions
Any authenticated user.

Path parameters

projectRoleIdUUIDRequired

The id of the project role.

Headers

AuthorizationstringRequired

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

Response

OK

namestring>=0 characters<=255 characters

The name of the project role. Required.

isDefaultboolean or nullOptional

Whether to use this role as default when adding new project members.

defaultProjectRoleIdUUID or nullOptional

The id of the new default project role. Required if the updated project role is the current default role.

allowOnlyProjectMasterDataReadbooleanOptional

Whether this role is allowed to have only read permissions for project-master-data.

idUUIDOptional

The id of the project role.

memberCountintegerOptional

The count of members which are linked to this role.

memberslist of objectsOptional

The members which are linked to this role.

createdOndatetimeOptional

The date this entity was created.

createdByUUIDOptional

The id of the user who created this entity.

updatedOndatetimeOptional

The date this entity was last modified.

updatedByUUIDOptional

The id of the user who last modified this entity.