GET api/reportserver/userroles/{userRoleId}/users

Returns the IDs of users assigned to the specified user role.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userRoleId

User role ID.

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of user IDs.

Collection of string
NameDescriptionTypeAdditional information

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]
In this article
Not finding the help you need?