---
title: "Update Service Account"
method: PUT
path: "/service-accounts/{serviceAccountId}"
tags: ["Service Accounts"]
---

# Update Service Account

`PUT /service-accounts/{serviceAccountId}`

Updates the name of a service account

## Path parameters

- `serviceAccountId` integer, required

## Request body

- UpdateServiceAccountRequest
  - `name` string, required

## Response `200`

Service account updated successfully

## Other responses

- `404` — Service account not found

---

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