Operations with Specific Role
This resource lets you work with roles in YouTrack.
Resource | /api/roles/{roleID} |
|---|---|
Returned entity | Role. For the description of the entity attributes, see Supported Fields section. |
Supported methods |
|
Role attributes
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. |
Update a Specific Role
Update the list of roles.
Required permissions
Requires Admin Update App permission.
Request syntax
{roleID} | The database ID of Role |
|---|
Request parameters
Parameter | Type | Description |
|---|---|---|
fields | String | A list of Role attributes that should be returned in the response. If no field is specified, only the |
Read a Specific Role
Get a specific role.
Required permissions
Requires any of the following permissions: Read Role (in at least one scope), Update Organization, or Admin Read App.
Request syntax
{roleID} | The database ID of the role. |
|---|
Request parameters
Parameter | Type | Description |
|---|---|---|
fields | String | A list of Role attributes that should be returned in the response. If no field is specified, only the |
Delete a Specific Role
Delete a specific role.
Required permissions
Requires Admin Update App permission. Immutable roles cannot be deleted.
Request syntax
{roleID} | The database ID of the role. |
|---|
Request parameters
Parameter | Type | Description |
|---|---|---|
fields | String | A list of Role attributes that should be returned in the response. If no field is specified, only the |