Skip to content

Create OPDS user

POST
/api/v2/opds-users
curl --request POST \
--url http://127.0.0.1:58259/api/v2/opds-users \
--header 'Content-Type: application/json' \
--data '{ "username": "example", "password": "example", "sortOrder": "RECENT" }'

Create a new OPDS user.

Media type application/json

OPDS user creation request

object
username
string
password
string
sortOrder
string
Allowed values: RECENT TITLE_ASC TITLE_DESC AUTHOR_ASC AUTHOR_DESC SERIES_ASC SERIES_DESC RATING_ASC RATING_DESC

OPDS user created successfully

Media type */*
object
id
integer format: int64
userId
integer format: int64
username
string
sortOrder
string
Allowed values: RECENT TITLE_ASC TITLE_DESC AUTHOR_ASC AUTHOR_DESC SERIES_ASC SERIES_DESC RATING_ASC RATING_DESC