Actions
Task #2357
closedAdd a user ViewSet
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 10
Quarter:
Description
To support:
- CRUD the user
- list all the users
- change password for the user (hopefully taking advantage of django's included views that handle password management)
Related issues
Actions
Adds ViewSet for User model
Adds ability to: GET, POST to /api/v3/users/ PUT, PATCH, DELETE to /api/v3/users//
closes #2357 https://pulp.plan.io/issues/2357