POST api/Users?password={password}
Create new user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| password |
The password for the user. This string should be Base64 encoded |
string |
Required |
Body Parameters
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. |
Request 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-04-15T17:03:22Z",
"RoleId": "4cd3e67b-f9cb-442d-8f9d-a3b904d4dc7c",
"MustChangePassword": true,
"PasswordExpires": true,
"ID": "450f09f7-fcd9-4aa6-aeb1-6df74527cf4b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"1ec0f116-b3d2-43fe-8b17-6839ce1ba0f4"