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.
createTimestringOptionalformat: "date-time"
When the SCIM API Key was created.
updateTimestringOptionalformat: "date-time"
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
scimApiKeyobject or null
The created SCIM API Key.

Errors