Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
external_id
string
required

Customer-provided stable identifier for this identity. Must be unique within the workspace.

display_name
string

Human-readable display name for the identity.

email
string

Email address associated with the identity.

avatar_url
string

URL of the identity avatar image.

tags
string[]

Free-form labels used to organize and filter identities.

metadata
object

Custom JSON metadata stored with the identity.

Response

201 - application/json

Identity created successfully.

identity
object
required

Newly created identity.