API Playground
Create User
Add a user as a customer to your project.
POST
/
v1
/
user
Authorizations
The API Key you were given in the developer portal.
Body
application/json
The first name of the user.
The last name of the user.
The email of the user.
The reference id of the user.
Response
201 - application/json
The unique identifier of the user.
The first name of the user.
The last name of the user.
The email of the user.
The wallets associated with the user.
The reference ID associated with the user.