Registration.AllowRegistration

Try it in Swagger

Endpoint

Request Schema

Headers

Header Required Notes
X-Api-Key Required when tenant is not resolved by subdomain Tenant resolution still applies unless the request is exempted by middleware.

This endpoint does not accept a JSON request body.

Expected Response Schema

Status Codes

Status Notes
200 OK Returned by the controller for this operation.

Success Body

Response type: AllowRegistrationResponse

Field Type Max Length Notes
allowRegistration bool

Response Sample

{
  "allowRegistration": false
}