Skip to main content
Version: 3.x

setPassword

Sets the user's password from the token sent by email using the RequestPasswordReset mutation.

setPassword(
email: String!
password: String!
token: String!
): SetPassword

Arguments

setPassword.email ● String! non-null scalar

Email of a user.

setPassword.password ● String! non-null scalar

Password of a user.

setPassword.token ● String! non-null scalar

A one-time token required to set the password.

Type

SetPassword object

Sets the user's password from the token sent by email using the RequestPasswordReset mutation.


Was this page helpful?