Skip to main content
POST
Create

Authorizations

Authorization
string
header
required

OAuth 2.0 client-credentials flow. Request an access token from the token endpoint and send it as Authorization: Bearer <token>.

Body

application/json
applicationInstanceId
string
required
firstName
string
required
lastName
string
required
primaryEmail
string
required
username
string
required
activate
boolean
displayName
string
generatePassword
boolean
groups
string[]
password
string
secondaryEmail
string
userPrincipalName
string

Response

The change was accepted and is being applied. Poll the returned job for its outcome.

A reference to the job applying an accepted change.

jobId
string<uuid>
required

Id of the job applying this change.

Example:

"9f2b1c7e-5a84-4d6b-9c31-0e7f8a2d4b16"

self
string
required

Path of the job, the same value as the Location header.

Example:

"/v1/action-jobs/9f2b1c7e-5a84-4d6b-9c31-0e7f8a2d4b16"