---
title: "Set registration status"
method: PATCH
path: "/users/registration-allowed"
tags: ["Users"]
---

# Set registration status

`PATCH /users/registration-allowed`

Enables or disables user registration.

## Request body

- object
  - `allowed` boolean

## Response `200`

Registration status updated.

## Other responses

- `400` — Invalid value for allowed.
- `403` — Not authorized.
- `500` — Failed to set registration allowed status.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
