---
title: "Set Read Only"
method: PUT
path: "/me/read-only"
tags: ["User API"]
---

# Set Read Only

`PUT /me/read-only`

Set read-only mode for the current user

## Request body

- SetReadOnlyRequest
  - `read_only` boolean, required

## Response `200`

Read-only status updated successfully

- UserWithTier — User with tier
  - `id` string, required
  - `auth_id` string, required
  - `email` string, required
  - `read_only` boolean
  - `language` string, nullable
  - `organisation_limit` integer
  - `created_at` string, date-time, nullable
  - `is_organisation_member` boolean
  - `tier` 'sandbox' | 'pro' | 'business' | 'enterprise'
  - `can_use_organisations` boolean, required — Whether the organisation switcher should be shown to this user. True either because they may create organisations of their own, or because they have been invited into someone else's — with a limit of 0 and no memberships the personal organisation is all they will ever have, so there is nothing to switch between.

## Other responses

- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/6e3bad3564b3/schema)
