Skip to content

Commit

Permalink
Create user-management.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 3, 2024
1 parent c514133 commit 3d996f6
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# User Management
================

The User Management system allows administrators to manage user accounts and profiles.

## Features

* User registration and login
* User profile management
* User role management
* User authentication and authorization

## API Endpoints
--------------

### Users

* **GET /users**: Retrieve a list of all users
* **POST /users**: Create a new user
* **GET /users/:id**: Retrieve a specific user by ID
* **PUT /users/:id**: Update a specific user by ID
* **DELETE /users/:id**: Delete a specific user by ID

### User Roles

* **GET /users/:id/roles**: Retrieve a list of all roles for a specific user
* **POST /users/:id/roles

0 comments on commit 3d996f6

Please sign in to comment.