New to Telerik Report Server? Start a free 30-day trial
PUT api/reportserver/v3/roles/{userRoleId}/users
Updates the users assigned to the role with the specified ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userRoleId |
The role ID. | string |
Required |
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserIds |
Specifies a list of IDs of the users which should be assigned to the role. | Collection of string |
Required |
Request body formats
application/json, text/json, application/*+json
json
{
"UserIds": [
"2f3f39cb3e2344da97a631625b2ca66f",
"e31bc423fbc24e6bb582a1481862a8b8"
]
}
Response Information
Resource Description
None.