Skip to content

Register KoSync user

POST
/kosync/users/create

KOReader calls this to register a new user. Registration is disabled — credentials must be configured via environment variables or the settings UI.

Request Body

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

Responses

Registration disabled

Samples