Create User
Create an individual user entity within your program.
Authorizations
Program API key identifying your integration. Pass as the api_key HTTP header (preferred) or as an api_key field in the JSON request body. Required on every request in addition to the HMAC Authorization header.
Body
First name.
Last name.
Street address line 1.
City.
5-digit US ZIP code.
ISO 3166-1 alpha-2 country code.
ISO 3166-2 two-letter state/region code.
Email address.
"jane.doe@example.com"
Phone number in E.164 format.
"+12125551234"
Program API key. Accepted either in the api_key HTTP header or as this body field.
Social security number. Encrypted at rest.
Date of birth in YYYY-MM-DD format.
"1990-04-15"
Middle name.
Street address line 2.
Chosen username for the user.
True to confirm the end user accepted the program terms.
List of {name, value} pairs to persist alongside the entity.
Optional. When supplied, the created user is also linked as a contact of this business.
"buss-2ef94c60-5a11-4d72-a3c1-5be7fab0123e"
Optional. When business_id is supplied, marks the created business contact as a vendor.