New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v3/roles/{userRoleId}
Returns the role with the specified ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userRoleId |
The role ID. | string |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Specifies the role identifier. | string |
Required |
| Name |
Specifies the user role name. | string |
Required |
| Description |
Specifies the description of the user role. | string |
None. |
| IsSystemRole |
Indicates whether the user role is a system role or not. | boolean |
None. |
| UserIds |
Returns a list of IDs of users that are assigned to the role. | Collection of string |
None. |
Response Formats
application/json
json
{
"Id": "5a9fb271c08",
"Name": "Financial Reports",
"Description": "Displayed to help users understand the purpose of this item.",
"IsSystemRole": true,
"UserIds": [
"06ed0d0d2ffc4fa4a33848b301dcd341",
"4c7b486fe4154c8bb366900cd4730ad6"
]
}