GET /v1/router/auth/register-status. This endpoint is public when registration is open.
Endpoint
Authentication
No authentication required when open registration is enabled.Request Body
string
required
Desired username for the new account.
string
required
Password for the new account.
string
Optional email address to associate with the account.
Response
string
Unique identifier of the newly created user.
string
Username of the newly created user.
string | null
Email address if provided, otherwise null.
string
Assigned role, typically
"user".boolean
Whether the account is disabled. Always
false on creation.Registration Status
Use the following endpoint to check whether open registration is enabled.Response
boolean
true when open registration is enabled, otherwise false.