Request Reset Password
Request a reset password code
The requestResetPassword
mutation allows users to send a password request based on a given email. As a result of the executing of this mutation, a code will be returned, use it in the resetPassword
mutation to successfully reset the password.
Required Arguments
Argument | Type | Description |
| String | User's email which password will be reset |
Available Fields
Field | Type | Description |
| Boolean | True if the reset password has been created False if the reset password has not been created |
| String | Description of the result |
| Number | Code to be used in the |
Examples
The following examples request a reset password code.
Graphql example
Curl Example
Last updated