Actions
Story #7310
closedAs a user, I can add and remove users associated with groups
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Background¶
Users can list users associated with a group at the URL /pulp/api/v3/groups/:uuid/users/
Allow modification of users¶
Users should be able to add and remove users from groups using:
POST /pulp/api/v3/groups/:pk/users/ - Add a user DELETE /pulp/api/v3/groups/:pk/users/:uuid/ - Remove a user
Actions
Create/Remove users associated with groups
https://pulp.plan.io/issues/7310 closes #7310