superset_group_remove_users
Remove specific users from an Apache Superset group by providing the group ID and user IDs, while preserving all other group members.
Instructions
Remove users from a group without removing the rest.
Args: group_id: Group ID. user_ids: List of user IDs to remove from the group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ||
| user_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |