gql_bulk_remove_users_from_groups
Remove multiple users from multiple groups in bulk using GraphQL operations. This tool streamlines user group management by processing batch removals efficiently.
Instructions
Bulk remove multiple users from multiple groups (GraphQL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userIds | Yes | Array of user IDs to remove | |
| groupIds | Yes | Array of group IDs to remove users from |