Update SCIM API Key

Update a SCIM API Key.

Path parameters

idstringRequired

The SCIM API Key ID.

Request

This endpoint expects an object.
idstringOptional

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

organizationIdstringOptional

The Organization this SCIM API Key belongs to.

createTimedatetimeOptional

When the SCIM API Key was created.

updateTimedatetimeOptional

When the SCIM API Key was last updated.

displayNamestringOptional

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

secretTokenstringOptional

The secret token for this SCIM API Key.

revokedbooleanOptional

Whether this SCIM API Key is revoked.

Response

OK

scimApiKeyobjectOptional

The updated SCIM API Key.

Errors