POST api/Users?password={password}

Create new user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
password

The password for the user. This string should be Base64 encoded

string

Required

Body Parameters

User
NameDescriptionTypeAdditional information
CanChangePassword

boolean

None.

LastName

string

None.

FirstName

string

None.

DisplayName

string

None.

UserLogOn

string

None.

Email

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": "2024-05-04T05:41:18Z",
  "RoleId": "62695452-c7d9-44f9-a553-a4d8d8cc11d4",
  "MustChangePassword": true,
  "PasswordExpires": true,
  "ID": "767b156c-e138-45d1-932c-673ff2a32c9e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

globally unique identifier

Response Formats

application/json, text/json

Sample:
"13ded897-f14d-452c-b3af-ddf0a0ead36b"