GET api/Users
Get all users in the database matching an optional filter. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of User| Name | Description | Type | Additional information |
|---|---|---|---|
| CanChangePassword | boolean |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| DisplayName | string |
None. |
|
| UserLogOn | string |
None. |
|
| string |
None. |
||
| Status | Status |
None. |
|
| ManageSyncSubscriptionList | boolean |
None. |
|
| AllowDelete | boolean |
None. |
|
| UseAccountingLink | boolean |
None. |
|
| SyncHandhelds | boolean |
None. |
|
| UsePersonalFiles | boolean |
None. |
|
| LastLogOnDate | date |
None. |
|
| RoleId | globally unique identifier |
None. |
|
| MustChangePassword | boolean |
None. |
|
| PasswordExpires | boolean |
None. |
|
| ID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CanChangePassword": true,
"LastName": "sample string 2",
"FirstName": "sample string 3",
"DisplayName": "sample string 4",
"UserLogOn": "sample string 5",
"Email": "sample string 6",
"ManageSyncSubscriptionList": true,
"AllowDelete": true,
"SyncHandhelds": true,
"UsePersonalFiles": true,
"LastLogOnDate": "2026-01-14T05:19:26Z",
"RoleId": "0eb8301d-1cf1-46f0-8459-7d7a5e6e0b4d",
"MustChangePassword": true,
"PasswordExpires": true,
"ID": "ba1c81cc-2a5f-4d79-aeed-28206b7dfc2e"
},
{
"CanChangePassword": true,
"LastName": "sample string 2",
"FirstName": "sample string 3",
"DisplayName": "sample string 4",
"UserLogOn": "sample string 5",
"Email": "sample string 6",
"ManageSyncSubscriptionList": true,
"AllowDelete": true,
"SyncHandhelds": true,
"UsePersonalFiles": true,
"LastLogOnDate": "2026-01-14T05:19:26Z",
"RoleId": "0eb8301d-1cf1-46f0-8459-7d7a5e6e0b4d",
"MustChangePassword": true,
"PasswordExpires": true,
"ID": "ba1c81cc-2a5f-4d79-aeed-28206b7dfc2e"
}
]