Skip to main content
InputObject Input for resetting a user’s password using a reset token.

Input Fields

token
required
Password reset token received via email.
id
required
User ID for the password reset. Provided in the reset email link.
authentication
New authentication credentials.
userProfile
User profile fields to update.
{
  "token": "xyz789",
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "authentication": AuthenticationUpdatePasswordInput,
  "userProfile": UpdateUserProfileInput
}