v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-036391133.0 KB
BackendService

Update SCIM API Key

Update a SCIM API Key.

patch/v1/scim-api-keys/{id}

Path parameters

idstring required

The SCIM API Key ID.

Request body

idstring

The SCIM API Key ID. Starts with scim_api_key_....

organizationIdstring

The Organization this SCIM API Key belongs to.

createTimestring date-time

When the SCIM API Key was created.

updateTimestring date-time

When the SCIM API Key was last updated.

displayNamestring

A human-readable display name for this SCIM API Key.

secretTokenstring

The secret token for this SCIM API Key.

revokedboolean

Whether this SCIM API Key is revoked.

Response

OK