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

# Activate a user

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

Reactivate a previously deactivated user so they can sign in to Greenhouse and be assigned to new jobs again. The user keeps their prior job permissions, interviewer tags, and office/department assignments. Safe to call on a user that is already active — the response is `204 No Content` either way. Use this paired with `POST /v3/users/{id}/deactivate` for HRIS-driven lifecycle sync.

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