You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

 

  • No labels