Request
The model to create the project role.
namestringRequired0-255 characters
The name of the project role. Required.
isDefaultboolean or nullOptional
Whether to use this role as default when adding new project members.
defaultProjectRoleIdstring or nullOptionalformat: "uuid"
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.
Response
OK
namestring0-255 characters
The name of the project role. Required.
isDefaultboolean or null
Whether to use this role as default when adding new project members.
defaultProjectRoleIdstring or nullformat: "uuid"
The id of the new default project role.
Required if the updated project role is the current default role.
allowOnlyProjectMasterDataReadboolean
Whether this role is allowed to have only read permissions for project-master-data.
idstringformat: "uuid"
The id of the project role.
memberCountinteger
The count of members which are linked to this role.
memberslist of objects or null
The members which are linked to this role.
createdOnstringformat: "date-time"
The date this entity was created.
createdBystringformat: "uuid"
The id of the user who created this entity.
updatedOnstringformat: "date-time"
The date this entity was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this entity.