New to Telerik Report ServerStart a free 30-day trial

PUT api/reportserver/v1/userroles/{userRoleId}/users

Updates the user role's list of assigned users.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userRoleId

User role ID.

string

Required

Body Parameters

User role users model.

UpdateUserRoleUsersModel

NameDescriptionTypeAdditional 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

json
{
  "UserIds": [
    "sample string 1",
    "sample string 2"
  ]
}

Response Information

Resource Description

None.

Not finding the help you need?
Contact Support