---
title: "Create Account"
method: POST
path: "/poweredby/account/create"
tags: ["Account"]
---

# Create Account

`POST /poweredby/account/create`

Create Account creates an account in the Connect AI Embed product. All request body fields are optional. If you send an empty body (`{}`), Create Account creates a sub-account.

## Request body

- CreateAccountRequest
  - `externalId` string, nullable — (Optional) The external Id of the account to be created.
  - `accountName` string, nullable — (Optional) The display name of the account to be created.

## Response `200`

OK

- CreateAccountResult
  - `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.

---

[API](https://skmtc.dev/cdata/apis/cdata-connect-ai-rest-api-embedded.md) · [All operations](https://skmtc.dev/cdata/apis/cdata-connect-ai-rest-api-embedded/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cdata/cdata-connect-ai-rest-api-embedded/revisions/c13133ad66c0/schema)
