user
Create user
Register a user with Push
POST
/
user
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
X-Idempotency-Key
string
requiredThe idempotency key for the request
Maximum length:
255
Body
application/json
The request format to create a user with Push
name
object
requiredThe legal name of the user
address
object
requiredThe address of the user's primary location
email
string
requiredThe email address for the user
date_of_birth
string
requiredThe user's date of birth
government_id
object
requiredidentity_verified
boolean
requiredIndicates whether the user's identity has been verified by the operator.
For use-cases where KYC is required, this field must be set to true
.
phone_number
string
The phone number for the user
tag
string
A tag to associate with the user for the purposes of reconciliation. For example, you can use this field to store your own internal ID for the user.
Response
200 - application/json
The response format for creating a user with Push
id
string
requiredPush's identifier assigned to the user