---
title: "Toggle member active status"
method: GET
path: "/team-members/deactivate/{id}"
tags: ["Team Members"]
---

# Toggle member active status

`GET /team-members/deactivate/{id}`

Toggles active/deactivated status for a team member.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `active` 'true' | 'false'
- `email` string, email

## Response `200`

Status toggled

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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