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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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
Identity created successfully.
Newly created identity.