-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: API - REST
-
None
-
10
-
1
Bitbucket currently has REST endpoints to add one user to a group
- POST /rest/api/latest/admin/groups/add-users
Also to add a user to multiple groups.
- POST /rest/api/latest/admin/users/add-groups
Currently we only have a REST endpoint that removes one user from one group.
- POST /rest/api/latest/admin/users/remove-group
This feature request is to create an endpoint that removes multiple users from a group.
Perhaps ..
- POST /rest/api/latest/admin/groups/remove-users