New to Telerik Report ServerStart 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

NameDescriptionTypeAdditional information
userId

The user ID.

string

Required

Body Parameters

UpdateUserRolesModel

NameDescriptionTypeAdditional 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.

Not finding the help you need?
Contact Support