---
title: "Override an account's monitoring status"
method: PATCH
path: "/sandbox/accounts/{account_id}"
tags: ["Sandbox"]
---

# Override an account's monitoring status

`PATCH /sandbox/accounts/{account_id}`

Manually override a sandbox account's monitoring status.

## Path parameters

- `account_id` string, uuid, required — UUID of the payroll account.

## Headers

- `Pinwheel-Version` '2025-07-08' | '2023-11-22' | '2023-07-18' | '2023-04-18' | '2022-09-09' | '2022-06-22' | '2022-03-02', required

## Request body

- PayrollAccountPatchMonitoringStatus
  - `monitoring_status` 'user_action_required' — Monitoring status describes the the automated ability of Pinwheel to retrieve new account information.

## Response `200`

OK

- object
  - `data` PayrollAccountObjResponse, required

---

[API](https://skmtc.net/getpinwheel/apis/pinwheel.md) · [All operations](https://skmtc.net/getpinwheel/apis/pinwheel/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpinwheel/pinwheel/revisions/8ef86dd4902e/schema)
