Create New User

POST  /user/create

Get the information of Current User

GET  /user

Delete User

DELETE  /user/{user_id}

Get User by User ID

GET  /user/{user_id}

Modify the User

PATCH  /user/{user_id}

Delete multiple found users

DELETE  /user/all

 

On this page:

Modifies multiple found user

PATCH  /user/all

Get the list of users

GET  /user/list