Skip to content

Commit

Permalink
Update user-management.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 3, 2024
1 parent 3d996f6 commit 5f14250
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ The User Management system allows administrators to manage user accounts and pro
### User Roles

* **GET /users/:id/roles**: Retrieve a list of all roles for a specific user
* **POST /users/:id/roles
* **POST /users/:id/roles**: Assign a role to a specific user
* **GET /users/:id/roles/:role_id**: Retrieve a specific role for a specific user
* **PUT /users/:id/roles/:role_id**: Update a specific role for a specific user
* **DELETE /users/:id/roles/:role_id**: Delete a specific role for a specific user

0 comments on commit 5f14250

Please sign in to comment.