Skip to main content

PasswordChange Object

Change the password of the logged in user.

Requires the AUTHENTICATED_USERpermission.
type PasswordChange {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields​

user ● User​

A user instance with a new password.

errors ● [AccountError!]!​

Show deprecatedHide deprecated

accountErrors ● [AccountError!]!​

DEPRECATED

Use errors field instead.

Returned By​

passwordChange mutation