input_object

FormRegisterRequestSchemaInput

Describes the request structure to register new user.
Fields
email
String
Email of user.
first_name
String
First name of the application user.
gender
String
Gender of user.
last_name
String
Last name of the application user.
password
String
Password of user.
Schema representing the phone details for user registration.
register_token
String
Unique registration token of user.