INPUT_OBJECT

UpdateAuthDomainUsersHiddenStatusInput

Description

Specifies the information about the auth domain users to be hidden or unhidden.

link GraphQL Schema definition

  • input UpdateAuthDomainUsersHiddenStatusInput {
  • # Required. Specifies the user IDs of the auth domain users to update hidden
  • # status for.
  • userIds: [String!]!
  • # Required. Specifies the new hidden status for the selected users.
  • isHidden: Boolean!
  • }

link Require by