user
Create user
Register a user with Push
POST
/
user
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The idempotency key for the request
Maximum length:
255
Body
application/json
The request format to create a user with Push
The legal name of the user
The address of the user's primary location
The email address for the user
The user's date of birth
Indicates 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
.
The phone number for the user
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
Push's identifier assigned to the user