Skip to main content
POST
Create Account
リクエストボディのすべてのフィールドはオプションです。空のボディ({})を送信した場合、アカウントの作成はサブアカウントを作成します。

承認

Authorization
string
header
必須

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

ボディ

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.

レスポンス

200 - application/json

OK

accountId
string
必須

The internal Connect AI account Id.

externalId
string
必須

The customer's identifier.

createdTime
string<date-time>
必須

The time when the account was created.