GET api/Users?contactName={contactName}
Get a User by their Contact name. Supported Headers: SelectField
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "2025-12-31T18:48:37Z",
"RoleId": "e5537a5e-8bde-48a9-9664-fa1ccbb5e299",
"MustChangePassword": true,
"PasswordExpires": true,
"ID": "02dc366c-90bb-4223-91f7-e7bc3a6c8df5"
}