- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
As an admin I want a list of users that allows CRUD operations per user. In V1 this implemented as a stacked dots menu per user that reveal actions an admin can take on the user object along with selectors for role and auth type.
- users table
- username cell
auth type cellWe only have one auth type in CE- hook up get users api call
- test that users appear
Site Role cell handled in another ticket
Pagination handled in another ticket
Dot menu handled in Delete User
Updating role handled in Update User Role
Auth Type cell may need to happen, TBD