---
title: "Create SCIM API Key"
method: POST
path: "/v1/scim-api-keys"
tags: ["BackendService"]
---

# Create SCIM API Key

`POST /v1/scim-api-keys`

Create a SCIM API Key.

## Request body

- SCIMAPIKey — SCIMAPIKey represents an API key for SCIM operations.
  - `id` string — The SCIM API Key ID. Starts with `scim_api_key_...`.
  - `organizationId` string — The Organization this SCIM API Key belongs to.
  - `createTime` string, date-time — When the SCIM API Key was created.
  - `updateTime` string, date-time — When the SCIM API Key was last updated.
  - `displayName` string — A human-readable display name for this SCIM API Key.
  - `secretToken` string — The secret token for this SCIM API Key.
  - `revoked` boolean — Whether this SCIM API Key is revoked.

## Response `200`

OK

- CreateSCIMAPIKeyResponse
  - `scimApiKey` SCIMAPIKey — SCIMAPIKey represents an API key for SCIM operations.
    - `id` string — The SCIM API Key ID. Starts with `scim_api_key_...`.
    - `organizationId` string — The Organization this SCIM API Key belongs to.
    - `createTime` string, date-time — When the SCIM API Key was created.
    - `updateTime` string, date-time — When the SCIM API Key was last updated.
    - `displayName` string — A human-readable display name for this SCIM API Key.
    - `secretToken` string — The secret token for this SCIM API Key.
    - `revoked` boolean — Whether this SCIM API Key is revoked.

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

## Changes

- **2025-03-11** `e3ac0347dfbe` — 1 breaking, 7 warning, 1 info
  - the `scimApiKey` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `scimApiKey/createTime` from the response with the `200` status
  - removed the optional property `scimApiKey/displayName` from the response with the `200` status
  - removed the optional property `scimApiKey/id` from the response with the `200` status
  - …5 more
- **2025-03-05** `aae16339e1e1` — 4 breaking, 8 warning
  - the `details/items/` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `details/items/` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `details/items/` response's property type/format changed from `object`/`` to ``/`` for status `403`
  - the `details/items/` response's property type/format changed from `object`/`` to ``/`` for status `404`
  - …8 more
- **2025-03-04** `b9fc18a0eac3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tesseral-labs/apis/backendservice-api/changes/v1/scim-api-keys/post.md)

---

[API](https://skmtc.dev/tesseral-labs/apis/backendservice-api.md) · [All operations](https://skmtc.dev/tesseral-labs/apis/backendservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tesseral-labs/backendservice-api/revisions/fe83f78ae20a/schema)
