Update SCIM API Key
Update a SCIM API Key.
Path parameters
id
The SCIM API Key ID.
Request
This endpoint expects an object.
id
The SCIM API Key ID. Starts with scim_api_key_...
.
organizationId
The Organization this SCIM API Key belongs to.
createTime
When the SCIM API Key was created.
updateTime
When the SCIM API Key was last updated.
displayName
A human-readable display name for this SCIM API Key.
secretToken
The secret token for this SCIM API Key.
revoked
Whether this SCIM API Key is revoked.
Response
OK
scimApiKey
The updated SCIM API Key.