Identities
Create an identity
Creates a new identity with a unique external_id. If an identity with the same external_id already exists, the operation will fail.
POST
Related guide: Identities guide. See the Identities guide for a walkthrough with examples.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Customer-provided stable identifier for this identity. Must be unique within the workspace.
Human-readable display name for the identity.
Email address associated with the identity.
URL of the identity avatar image.
Free-form labels used to organize and filter identities.
Custom JSON metadata stored with the identity.
Response
201 - application/json
Identity created successfully.
Newly created identity.