---
title: "Update Service Account"
method: PATCH
path: "/api/platform/service-accounts/{service_account_id}"
tags: ["platform"]
---

# Update Service Account

`PATCH /api/platform/service-accounts/{service_account_id}`

Partially update a service account.

## Path parameters

- `service_account_id` string, required

## Request body

- UpdateServiceAccountRequest — Body for updating a service account (partial).
  - `displayName` string, nullable — Human-readable name.
  - `description` string, nullable — Optional description.
  - `email` string, nullable — GCP service account email.

## Response `200`

Successful Response

- PlatformServiceAccount — A service account with FGA mirror status.
  - `id` string, required
  - `displayName` string, required
  - `description` string, nullable
  - `email` string, nullable
  - `gcpUniqueId` string, nullable
  - `fgaSyncStatus` string
  - `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)
