---
title: "Deactivate a user"
method: POST
path: "/v3/users/{id}/deactivate"
tags: ["Users"]
---

# Deactivate a user

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

Deactivate a Greenhouse user. The user can no longer sign in or be assigned to new jobs, but all of their historical activity (notes, scorecards, emails, applications they own) is preserved. Existing job permissions remain on the user record so they can be restored cleanly via `POST /v3/users/{id}/activate` if the user is later reinstated. Safe to call on a user that is already deactivated — the response is `204 No Content` either way.

## 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)
