- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
This is a sub-epic of User Support that represents the initial user support items needed for the Beta Release.
Create:
POST /users
email, username, password, organization_id
returns user
Read:
GET /users
params: offset?: int, limit?: int ,search?: string, after_user?: uuid
returns User[]
GET /users/:userid
Update:
PUT /users/:userid/profile (userid can be me)
body: email, username, name?
returns user
Delete/Suspend:
PUT /users/:userid/suspend
returns User
- Add User Management (with default org) #195
- Basic CRUD operations for Users #198
- Replace User Context with User machine #435
- Nav Bar - Create a view for Admins to see all the users and orgs in their site #591
- Frontend Users Read - Basic Table #592
- Add API endpoint that allows paging for users #594
- Add support for user details (CRUD) #596
- Add API support for user CRUD operations #598
- Frontend User Update - Reset Password #733
- Frontend User Create #734
- Frontend User Delete #738
- Frontend User Update - Role #739
- Load users from the API #1216
- Add update user password endpoint #1309
- Support assigning and changing users roles in the UI #602
- Allow super admins to change a user's password and see it in plain text in order to send it to the user. #666
- CLI support for User CRUD operations #213
- Feel free to create/modify issues.
- Please add points and tag new issues with the epic they belong to
- Please let EM or PM know if there is a reason something should NOT be in this milestone/epicIF it changes the intent of the Community MVP delivery items in theScoping doc so we can adjust accordingly or discuss
Metadata
Metadata
Assignees
Labels
No labels