Skip to main content

resetPassword

Resets a user's password using a valid reset token.

resetPassword(
password: String!
token: String!
): String!

Arguments

NomTypeDescription
passwordString! non-null scalar
tokenString! non-null scalar

Response

String scalar