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
Updated by fao89 over 4 years ago
- Status changed from NEW to POST
- Assignee set to fao89
Added by Fabricio Aguiar over 4 years ago
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|0086ec2a9086c83b4e4c77d6726486af807023b3.
Updated by pulpbot over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Create/Remove users associated with groups
https://pulp.plan.io/issues/7310 closes #7310