New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v2/userroles
Returns a collection of all user roles.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of UserRole
| 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, text/json
json
[
{
"Id": "b05c16ea26a",
"Name": "Marketing Reports",
"Description": "Provides additional context for users browsing the Report Server catalog.",
"IsSystemRole": true,
"UserIds": [
"4fccd8f11c21466484fcf61a4c022082",
"834bba75a1ba4e5297e3cc237a2417b2"
]
},
{
"Id": "3b84c75e690",
"Name": "Financial Reports",
"Description": "Provides additional context for users browsing the Report Server catalog.",
"IsSystemRole": true,
"UserIds": [
"33645df0395a49b9a61f6588715a5120",
"a0ab84fe8378414b8e19eacbeb137d3c"
]
}
]