---
title: "Update Account Status"
method: PATCH
path: "/public/v3/Accounts/{accountId}/status"
tags: ["Accounts"]
---

# Update Account Status

`PATCH /public/v3/Accounts/{accountId}/status`

Use this endpoint to activate or disable an account within your organization.

## Path parameters

- `accountId` integer, required

## Request body

- AccountPatchStatusRequest
  - `disabled` boolean, required — Determines if an account is active or disabled within your organization. Values can be `true` or `false`.

## Response `204`

The account status has been updated

## Other responses

- `400` — The account is not available
- `401` — Unauthorized

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
