New to Telerik Report ServerStart a free 30-day trial

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

Returns the 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

NameDescriptionTypeAdditional information
Id

Specifies the user identifier.

string

None.

Username

Specifies the username of the user.

string

None.

FirstName

Specifies the first name of the user.

string

None.

LastName

Specifies the last name of the user.

string

None.

Email

Specifies the email of the user.

string

None.

Enabled

Specifies whether the user is enabled or not.

boolean

None.

Response Formats

application/json, text/json

json
[
  {
    "Id": "sample string 1",
    "Username": "sample string 2",
    "FirstName": "sample string 3",
    "LastName": "sample string 4",
    "Email": "sample string 5",
    "Enabled": true
  },
  {
    "Id": "sample string 1",
    "Username": "sample string 2",
    "FirstName": "sample string 3",
    "LastName": "sample string 4",
    "Email": "sample string 5",
    "Enabled": true
  }
]
Not finding the help you need?
Contact Support