New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v1/users/{id}/permissions/{permissionCategory}
Returns the permissions of the specified permission category which are assigned to the specified user/user role.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
User ID/user role ID. | string |
Required |
| permissionCategory |
Permissions category. | PermissionCategory |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Permission
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Permission identifier. | string |
None. |
| PermissionCategory |
Specifies the permission category. | PermissionCategory |
None. |
| Access |
Specifies the access permission. | AccessPermission |
None. |
| ResourceId |
Specifies the ID of the secured resource. | string |
None. |
| Scope |
Specifies the scope of the permission. | integer |
None. |
Response Formats
application/json, text/json
json
[
{
"Id": "sample string 1",
"PermissionCategory": 0,
"Access": 1,
"ResourceId": "sample string 2",
"Scope": 3
},
{
"Id": "sample string 1",
"PermissionCategory": 0,
"Access": 1,
"ResourceId": "sample string 2",
"Scope": 3
}
]