Skip to main content
POST
Create Account
All request body fields are optional. If you send an empty body ({}), Create Account creates a sub-account.

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.

Body

application/json
externalId
string | null

(Optional) The external Id of the account to be created.

accountName
string | null

(Optional) The display name of the account to be created.

Response

200 - application/json

OK

accountId
string
required

The internal Connect AI account Id.

externalId
string
required

The customer's identifier.

createdTime
string<date-time>
required

The time when the account was created.