Allow users to modify and update their profile details including personal information, contact details, and preferences. This API supports partial updates of user profile data.
Arguments
editProfileRequestSchemaInput
EditProfileRequestSchemaInputDescribes the request structure to edit the profile details.
platform
StringID of the application. This parameter is obsolete and will be removed in a future release.
Response
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
StringA token used for registration purposes will be sent when user is not registered.
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.
consent
UserConsentUser's consent information including privacy policy acceptance
Mutation
Try it
Input Variables
Response
Was this section helpful?