Context
Add an API to implement management of the users.
Work to do
Add new CRUD API endpoints to:
- List users with pagination
- The list api accept a "filter" parameter to limit the result to username containing this value
- Create a user (ID is generated by the DB)
- Update a user details (User ID and username are not modifiable)
- Delete a user
Additional work
Setup open api v3 with UI
Context
Add an API to implement management of the users.
Work to do
Add new CRUD API endpoints to:
Additional work
Setup open api v3 with UI