v38

latestOpenAPI 3.0.3AGPL-3.0raw.githubusercontent.com2026-08-022461333.9 MB
Users

Create a new user (Admin)

Create a new user. (Requires the username, password and email.)

put/users

Query parameters

usernamestring
passwordstring

sha256(password) Deprecated: for privacy, send this in a form or JSON request body instead of the query string (query values land in server/proxy logs and browser history). Query-string support will be removed in API9.

emailstring
fullnamestring
disable0 | 1
groupinteger

Request body

usernamestring required
passwordstring required

sha256(password) Deprecated: for privacy, send this in a form or JSON request body instead of the query string (query values land in server/proxy logs and browser history). Query-string support will be removed in API9.

emailstring required
fullnamestring
disable0 | 1
groupinteger

Response

Created

successstring