Skip to main content

completeForgotPassword

Completes the forgot password reset process.### Permissions This mutation requires user is not logged, otherwise will fail.

Successful response

If the process was completed successfully a success response in status field.

Possible errors

In case of error you could receive any of next errors:

ErrorCodeDescription
Email not validGER2006The email format is not accepted.
completeForgotPassword(
input: CompleteForgotPasswordInput!
): CompleteForgotPasswordPayload!

Arguments

completeForgotPassword.input ● CompleteForgotPasswordInput! non-null input

Parameters for CompleteForgotPassword

Type

CompleteForgotPasswordPayload object

Autogenerated return type of CompleteForgotPassword.