INPUT_OBJECT
Specifies the information about the auth domain users to be hidden or unhidden.
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!}