Skip to main content

passwordChange Mutation

Change the password of the logged in user.

Requires AUTHENTICATED_USERpermission.
passwordChange(
newPassword: String!
oldPassword: String
): PasswordChange

Arguments

passwordChange.newPassword ● String! non-null scalar miscellaneous

New user password.

passwordChange.oldPassword ● String scalar miscellaneous

Current user password.

Type

PasswordChange object users

Change the password of the logged in user.

Requires AUTHENTICATED_USERpermission.