---
title: "Revoke user permissions"
method: POST
path: "/v3/users/{id}/revoke_permissions"
tags: ["Users"]
---

# Revoke user permissions

`POST /v3/users/{id}/revoke_permissions`

Demote a Site Admin to a Basic user, removing their organization-wide access. This also clears the user's existing per-job role grants (`user_job_permissions`). Safe to call on a user who is already a Basic user and still returns 204. Use `POST /v3/users/revoke_permissions/bulk` to demote multiple users in one call.

## Path parameters

- `id` integer, required

## Request body

- object

## Response `204`

Successful (No Content)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Content

---

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