Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

 

Panel

On this page:

Table of Contents

Modifies multiple found user

PATCH  /user/all 

Get the list of users

GET  /user/list