Skip to content

Register a KoSync user (disabled)

POST
/kosync/users/create

KOReader calls this endpoint to register a new user. Registration is disabled in Libris — credentials must be set via the Libris dashboard. Always returns 409.

Request Body

application/json
JSON
{
  
"username": "string",
  
"password": "string"
}

Responses

Registration is disabled; set credentials in the Libris dashboard

Samples