Skip to content

Add User

legan_dary23 edited this page Jun 10, 2018 · 1 revision
POST /api/addUser

Register the new user to the server. User "guest" is initialized in the server whose books are public.

Parameters

JSON Body Parameters

Field Data Type Description
username String The user name to display.

Request

POST https://localhost:8080/api/addUser
{
    "username": "dataspread"
}

Response

{
    "status": "success",
    "message": null,
    "data": null
}
Clone this wiki locally