Schema representing the response received upon a successful user registration using a form.
Fields
country_code
StringThe country specific prefix for the phone number.
email
StringThe email address provided during registration.
message
StringA string containing additional information about the operation's result.
mobile
StringThe user's phone mobile without the country code.
register_token
StringA token used for completing the registration process.
request_id
StringA random uuid string used to track the registration response.
resend_email_token
StringA token used to authorize the resending of an OTP via email.
resend_timer
IntThe time in seconds before an OTP can be resent.
resend_token
StringA token used to authorize the resending of an OTP.
success
BooleanA boolean value indicating whether the registration operation was successful.
user_exists
BooleanWhether the user already exists.
verify_email_otp
BooleanWhether email OTP verification is required.
verify_mobile_otp
BooleanWhether mobile OTP verification is required.
Was this section helpful?