Skip to main content
InputObject Input for updating a user using one of four approaches: reset password, accept invitation, update own profile, or update another user.

Input Fields

usingResetToken
Reset a user’s password using a reset token.
usingInviteToken
Accept an invitation using an invitation token.
asAuthenticatedUser
Update the current authenticated user’s profile and/or password.
byUserId
Update another user by ID (admin operation).
{
  "usingResetToken": UpdateUserUsingResetTokenInput,
  "usingInviteToken": UpdateUserUsingInviteTokenInput,
  "asAuthenticatedUser": UpdateUserAsAuthenticatedUserInput,
  "byUserId": UpdateUserByUserIdInput
}