New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v3/users
Returns a collection of all users.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of User
| Name | Description | Type | Additional 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. |
|
Specifies the email of the user. | string |
None. | |
| Enabled |
Specifies whether the user is enabled or not. | boolean |
None. |
Response Formats
application/json
json
[
{
"Id": "5d89562229e",
"Username": "alex.johnson",
"FirstName": "Jane",
"LastName": "Smith",
"Email": "maria.garcia@example.com",
"Enabled": true
},
{
"Id": "eff7356a664",
"Username": "john.smith",
"FirstName": "Maria",
"LastName": "Johnson",
"Email": "jane.doe@example.com",
"Enabled": true
}
]