Register a user
Header Parameters
Basic auth using access key as username and secret key as password
Body Parameters
The unique identifier for the user from an external system.
The first name of the user.
The last name of the user.
The email address of the user.
The gender of the user.
FemaleMaleThe birth year of the user.
The country where the user is located.
Response
User successfully created.
Invalid payload or user already exists.
Unauthorized
Unexpected error while creating the user.