Skip to main content
POST
Create a customer

Authorizations

Authorization
string
header
required

Auth0 access token

Path Parameters

tenantId
string
required

Body

application/json
email
string
required
attributes
object

Optional initial attribute values, keyed by definition id. Mirrors the PUT attributes body.

cohort
object
date_of_birth
string | null

Optional date of birth as YYYY-MM-DD.

first_name
string | null

Optional human first name. Captured on the tenant Add User form / gateway create.

last_name
string | null

Optional human last name. Captured on the tenant Add User form / gateway create.

phone
string | null

Optional free-text phone number. Stored as entered apart from leading and trailing whitespace; no format, country or digit rule is applied.

Maximum string length: 100

Response

Ok

success
boolean
required
data
object
errors
object[]
message
string