Create user
Create a new user.
POST
Users must read and agree with the general Terms of Service associated with their country of residence, and you must provide it in the termsOfService
field of the request.
You can find details on countries and subdivisions here.
Furthermore, the X-Uphold-User-Ip
header is mandatory on this request, so that the user’s IP gets recorded when accepting the general Terms of Service.
Authorizations
OAuth 2.0 authentication.
Headers
Contains the IP of the end user that is requesting the operation.
Body
application/json
The email address.
Maximum length:
255
The country of residency.
The citizenship country of the user.
The general terms of service the user agreed to.
Available options:
general-usrow
, general-ca-osc
, general-gb-fca
, general-lt-fcs
The subdivision of residency.
Response
201
application/json
User created.