---
title: "Update Account"
method: PATCH
path: "/api/platform/scopes/accounts/{account_id}"
tags: ["platform"]
---

# Update Account

`PATCH /api/platform/scopes/accounts/{account_id}`

## Path parameters

- `account_id` string, required

## Request body

- AccountUpdateRequest
  - `accountNumber` string, nullable
  - `name` string, nullable
  - `shortName` string, nullable
  - `isTest` boolean, nullable
  - `businessDashboardsEnabled` boolean, nullable
  - `segment` string, nullable
  - `status` string, nullable
  - `portfolioId` string, nullable

## Response `200`

Successful Response

- AccountSummary
  - `id` string, required
  - `accountNumber` string, required
  - `name` string, required
  - `shortName` string, nullable
  - `isTest` boolean, required
  - `businessDashboardsEnabled` boolean, required
  - `segment` string, required
  - `status` string, required
  - `portfolioId` string, nullable
  - `portfolioName` string, nullable
  - `fgaSyncStatus` string, required
  - `fgaLastError` string, nullable
  - `fgaLastReconciledAt` string, date-time, nullable
  - `createdAt` string, date-time, nullable
  - `updatedAt` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
