Describes the request structure to register a new user. Email and phone requirements may vary based on platform configuration—either email or phone or both can be mandatory.
Fields
email
StringUser's email address. May be required based on platform configuration.
first_name
String!Required
User's first name.
gender
StringGender of the user. Valid values: male, female, unisex.
last_name
String!Required
User's last name.
password
String!Required
User's password.
Required
Phone details for registration.
register_token
StringUnique registration token of the user.
consent
BooleanUser's consent to the privacy policy. When true, a consent record is created with a timestamp.
Was this section helpful?