Skip to main content
POST
/
api
/
integrations
/
accessControl
/
updateKisiIntegration
Update Kisi badge integration
curl --request POST \
  --url https://api2.rhombussystems.com/api/integrations/accessControl/updateKisiIntegration \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "kisiSettings": {
    "alertUnauthorizedFaces": true,
    "apiSecretKey": "<string>",
    "createSeekPoints": true,
    "defaultOptions": {
      "alertUnauthorizedFaces": true,
      "createSeekPoints": true,
      "defaultOptionsEnabled": true,
      "identifyFacesFromBadge": true,
      "saveClips": true
    },
    "doorInfoMap": {},
    "doorToCameraMap": {},
    "doorsValidated": true,
    "enabled": true,
    "enabledTimestampMs": 123,
    "enablingUser": "<string>",
    "enablingUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "identifyFacesFromBadge": true,
    "migrated": true,
    "placeId": 123,
    "placeToSettingsMap": {},
    "rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
    "saveClips": true,
    "webhookId": 123
  }
}
'
{
  "authError": false,
  "error": true,
  "errorMsg": "<string>",
  "failedGuids": [
    "<string>"
  ],
  "misconfiguredDoors": [
    "<string>"
  ],
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for updating Kisi access control integration settings.

kisiSettings
object

Response

200 - application/json

OK

Response object for updating organization integrations.

authError
boolean | null

Whether an authentication error occurred during update

Example:

false

error
boolean | null
errorMsg
string | null
failedGuids
(string | null)[] | null

List of GUIDs that failed to update

List of GUIDs that failed to update

misconfiguredDoors
(string | null)[] | null

List of door names that are assigned to multiple Rhombus locations

List of door names that are assigned to multiple Rhombus locations

warningMsg
string | null