superset_bulk_user_role_add
Bulk add a role to multiple Superset users while preserving existing roles. Choose users by explicit IDs or role filter; dry-run with confirm=false.
Instructions
Add a role to multiple users (without removing existing roles).
Select users by explicit IDs or by current role filter.
Args: role_id: Role ID to add. user_ids: Explicit list of user IDs. If None, uses filter_role_id. filter_role_id: Add to all users who have this role. Ignored if user_ids is set. exclude_admin: Skip Admin users (default True). confirm: True to apply. False for dry-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| role_id | Yes | ||
| user_ids | No | ||
| exclude_admin | No | ||
| filter_role_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |