Schema Documentation

ResetUserPasswordInput

Description

Input for the resetUserPassword mutation.

Fields
Input FieldDescription
clientMutationId - String This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.
key - String Password reset key
login - String The user's login (username).
password - String The new password.
Example
{"clientMutationId":"abc123","key":"xyz789","login":"xyz789","password":"abc123"}