Returns all project roles of a user.
Returns all project roles of the specified user.
Required Permissions
Any authenticated user.Path parameters
userId
The id of the user.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
name
The name of the project role. Required.
isDefault
Whether to use this role as default when adding new project members.
defaultProjectRoleId
The id of the new default project role.
Required if the updated project role is the current default role.
allowOnlyProjectMasterDataRead
Whether this role is allowed to have only read permissions for project-master-data.
id
The id of the project role.
memberCount
The count of members which are linked to this role.
members
The members which are linked to this role.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.