---
title: "Update Org Group Token"
method: PUT
path: "/api/v1/auth/org-group-admin-token/{key_id}"
tags: ["Authentication"]
---

# Update Org Group Token

`PUT /api/v1/auth/org-group-admin-token/{key_id}`

Get the organization's settings (with dashboard-only fields exposed).

## Path parameters

- `key_id` string, required — The GlobalApplicationToken's ID.

## Request body

- ApiTokenUpdate
  - `name` string, required

## Response `200`

- GlobalApiTokenCensoredOut
  - `id` string, required
  - `censoredToken` string, required
  - `name` string, nullable
  - `createdAt` string, date-time, required
  - `expiresAt` string, date-time, nullable
  - `scopes` string[], nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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