---
title: "Get a team user's client key"
method: GET
path: "/v1/team-management/users/{id}/client-key"
tags: ["Team"]
---

# Get a team user's client key

`GET /v1/team-management/users/{id}/client-key`

Admin-only endpoint that returns the API client key for a specific team user. Used by tooling that impersonates team members in CI; the secret is not exposed here — use reset-keys to rotate.

## Path parameters

- `id` integer, required

## Response `200`

Get a team user's client key

- TestingbotEntitiesClientKey — Testingbot_Entities_ClientKey model
  - `client_key` string, required — The API client key. The matching secret is never returned here; rotate both with reset-keys.

## Other responses

- `401` — Authentication required
- `403` — Caller is not a team admin
- `404` — User not found

---

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