mutation

registerWithForm

Enable new users to register using a registration form. This API creates a new user account with the provided details and may require email/mobile verification based on platform configuration.
Arguments
formRegisterRequestSchemaInput
FormRegisterRequestSchemaInput
Describes the request structure to register new user.
platform
String
ID of the application. This parameter is obsolete and will be removed in a future release.
Response
country_code
String
The country specific prefix for the phone number.
email
String
The email address provided during registration.
message
String
A string containing additional information about the operation's result.
mobile
String
The user's phone mobile without the country code.
register_token
String
A token used for registration purposes will be sent when user is not registered.
request_id
String
A random uuid string used to track the registration response.
resend_email_token
String
A token used to authorize the resending of an OTP via email.
resend_timer
Int
The time in seconds before an OTP can be resent.
resend_token
String
A token used to authorize the resending of an OTP.
success
Boolean
A boolean value indicating whether the registration operation was successful.
user_exists
Boolean
Whether the user already exists.
verify_email_otp
Boolean
Whether email OTP verification is required.
verify_mobile_otp
Boolean
Whether mobile OTP verification is required.
User's consent information including privacy policy acceptance
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...