Role
Represents a role in YouTrack.
Attributes
This table describes attributes of the Role entity.
To receive an attribute in the response from the server, specify it explicitly in the
fieldsrequest parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
|---|---|---|
id | String | The database ID of the role. |
name | String | The name of the role. |
description | String | The description of the role. |
permissions | The list of permissions included in the role. | |
immutable | Boolean | True if the role is immutable, otherwise false. Immutable roles cannot be updated or deleted. |
24 March 2026