input_object

FormRegisterRequestSchemaInput

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
String
User's email address. May be required based on platform configuration.
first_name
String!
Required
User's first name.
gender
String
Gender of the user. Valid values: male, female, unisex.
last_name
String!
Required
User's last name.
password
String!
Required
User's password.
Phone details for registration.
register_token
String
Unique registration token of the user.
consent
Boolean
User's consent to the privacy policy. When true, a consent record is created with a timestamp.