v10

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

Create SCIM API Key

Create a SCIM API Key.

post/v1/scim-api-keys

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