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