logo
AuthRegister (may be disabled on self-hosted)
Auth

Register (may be disabled on self-hosted)

Often returns 404 when registration is disabled; first user uses Setup instead.

curl -X POST "//api/auth/register" \
  -H "Content-Type: application/json"
{}
POST
/api/auth/register
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
No request body parameters defined
Request Preview
Response

Response will appear here after sending the request

Body

application/json
dataobject
Required

Raw application/json data

Responses