input_object
FormRegisterRequestSchemaInput
Describes the request structure to register new user.
Fields
email
StringEmail of user.
first_name
StringFirst name of the application user.
gender
StringGender of user.
last_name
StringLast name of the application user.
password
StringPassword of user.
Schema representing the phone details for user registration.
register_token
StringUnique registration token of user.
Was this section helpful?