GET api/reportserver/v1/users/{userId}/roles
Returns the user role IDs of the specified user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
User ID. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of user role IDs.
Collection of string| Name | Description | Type | Additional information |
|---|
Response Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]