mutation

sendOTPOnEmail

Send a one-time password (OTP) to the user's email address for verification purposes. The OTP can be used for login, registration, or profile updates.
Arguments
platform
String
ID of the application. This parameter is obsolete and will be removed in a future release.
sendEmailOtpRequestSchemaInput
SendEmailOtpRequestSchemaInput
Describes the request structure to send OTP to email.
Response
success
Boolean
Whether the OTP send operation was successful.
resend_email_token
String
A token used to authorize the resending of an OTP via email.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...