---
title: "Toggle LinkedIn account status"
method: POST
path: "/v3/linkedin-accounts/{id}/toggle-status"
tags: ["LinkedIn Accounts"]
---

# Toggle LinkedIn account status

`POST /v3/linkedin-accounts/{id}/toggle-status`

<small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>

Toggles the enabled/disabled status of a LinkedIn account.

## Path parameters

- `id` integer, required

## Response `200`

Account status toggled successfully

- object — Response after toggling a LinkedIn account status.
  - `status` 'disabled' | 'enabled' | 'dailyLimitReached' | 'cookieInvalid', required — New status of the account after toggling

## Other responses

- `400` — Route-parameter validation failure, or a business rule rejection (e.g. LinkedIn cookie is invalid).
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to modify this LinkedIn account
- `404` — LinkedIn account not found
- `429` — Too Many Requests

---

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