# AssignedRole

Represents a role assigned to a user or a group in a specific scope.

Available since YouTrack 2026.1.

## Attributes

This table describes attributes of the `AssignedRole` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The database ID of the assigned role. `Read-only`.  |
|  role  |  [Role](api-entity-Role.html)  |  The role that is assigned.  |
|  scope  |  [AccessScope](api-entity-AccessScope.html)  |  The scope where the role is assigned. Possible values: Global, Organization, or Project.  |
|  holder  |      * [User](api-entity-User.html)    * [UserGroup](api-entity-UserGroup.html)    |  The user or group that holds the role. `Read-only`.  |

