Skip to content

0002 User Management

Quyen Phan edited this page Sep 4, 2018 · 5 revisions

Table of Content

REST APIs

# HTTP REST API Description
1 GET /api/users Get all available users
2 POST /api/users Register a new user
3 PUT /api/users/{username} Modify information of an user
4 DELETE /api/users/{username} Deactive an user
Clone this wiki locally