Create SCIM API Key

Create a SCIM API Key.

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 created SCIM API Key.

Errors