-
Notifications
You must be signed in to change notification settings - Fork 448
Open
Labels
enhancementneeds investigationIssue needs to be looked at by TableauIssue needs to be looked at by Tableau
Description
Summary
Please add the operation that is already supported by the API to bulk remove users from a group.
Description
The API endpoint PUT /api/api-version/sites/site-id/groups/group-id/users/remove (see https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_users_and_groups.htm#remove_user_to_group ) allows to specify a list of users in the request body and all of them are removed from the group with only one API call. It would be nice to have this functionality in the Python library as well so we don't need to loop over the users one by one to remove them from a group.
Metadata
Metadata
Assignees
Labels
enhancementneeds investigationIssue needs to be looked at by TableauIssue needs to be looked at by Tableau