INPUT_OBJECT

RevokeAllOrgRolesInput

Description

Input required for revoking all roles of current organization from the given users and groups.

link GraphQL Schema definition

  • input RevokeAllOrgRolesInput {
  • # List of user IDs.
  • userIds: [String!]
  • # List of group IDs.
  • groupIds: [String!]
  • }

link Require by