INPUT_OBJECT

UnlockUsersByAdminInput

Description

Specifies the information about the users being unlocked.

link GraphQL Schema definition

  • input UnlockUsersByAdminInput {
  • # Required. Specifies the list of user IDs.
  • userIds: [String!]!
  • }

link Require by