Fields
country_code
StringThe country specific prefix for the phone number.
email
StringEmail id of user.
message
StringInformation about the operation's result.
mobile
StringThe user's mobile number without the country code.
register_token
StringUnique registration token for user.
request_id
StringA random uuid string used to track the request.
resend_email_token
StringUnique token to identify the request for OTP verification in case of unverified email.
resend_timer
IntTime in seconds before an request can be resent.
resend_token
StringA token used to authorize the resending of request.
success
BooleanWhether the operation was successful.
user
UserDetailDescribes the user details structure.
user_exists
BooleanIf user is registered or not.
verify_email_link
BooleanWhether to send a link to verify the registered email id of the user.
verify_email_otp
BooleanWhether to send a OTP to verify the registered email id of the user.
verify_mobile_otp
BooleanWhether to send a OTP to verify the registered phone of the user.
Was this section helpful?