INPUT_OBJECT

ResetUsersPasswordsWithUserIdsInput

Description

Specifies the input used to reset passwords for selected users in the organization.

link GraphQL Schema definition

  • input ResetUsersPasswordsWithUserIdsInput {
  • # Required. Specifies the IDs of the users whose password is being reset.
  • userIds: [String!]!
  • }

link Require by