Skip to main content
POST
Create a user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required
Available options:
individual,
business
signedAgreementId
string<uuid>
required

ID of the signed agreement from POST /v3/tos-link.

requestId
string

Optional idempotency key for user creation.

Response

Success

id
string
required

User ID.

Pattern: ^user_[A-Za-z0-9]+$
type
enum<string>
required
Available options:
INDIVIDUAL,
BUSINESS
createdAt
string<date-time>
required

Timestamp when the user was created.

updatedAt
string<date-time>
required

Timestamp when the user was last updated.