Arguments
active
Boolean!Required
This is a boolean value to check if mobile number is active 1.True - number is active 2. False - number is inactive.
countryCode
String!Required
Country code of the phone number, e.g. 91.
phone
String!Required
Phone number.
platform
StringID of the application.
primary
Boolean!Required
This is a boolean value to check if mobile number is primary number (main number) 1. True - number is primary 2. False - number is not primary.
verified
Boolean!Required
This is a boolean value to check if mobile number is verified 1. True - number is verified 2.False - number is not verified yet.
Response
register_token
StringA token used for registration purposes.
request_id
StringA random uuid string used to track the send OTP response.
user
UserDetailDescribes the user details structure.
Mutation
Try it
Input Variables
Response
Was this section helpful?