Register a User
Header Parameters
Authorizationstring Required
Basic auth using access key as username and secret key as password
Body Parameters
ExternalUserIdstring Required
The unique identifier for the user from an external system.
FirstNamestring
The first name of the user.
LastNamestring
The last name of the user.
Emailstring
The email address of the user.
Genderstring
The gender of the user.
Enum values:
FemaleMaleBirthYearinteger
The birth year of the user.
Countrystring
The country where the user is located.
Response
200
Object
User successfully created.
400
Object
Invalid payload or user already exists.
401
Object
Unauthorized
500
Object
Unexpected error while creating the user.
Was this section helpful?
Response
Was this section helpful?