Skip to main content
POST
/
api
/
integrations
/
accessControl
/
updateGeneaIntegrationV2
Update Genea badge integration V2
curl --request POST \
  --url https://api2.rhombussystems.com/api/integrations/accessControl/updateGeneaIntegrationV2 \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "geneaSettings": {
    "alertUnauthorizedFaces": true,
    "apiToken": "<string>",
    "badgeAuthDisablesAlarmMonitoring": true,
    "createSeekPoints": true,
    "doorInfoMap": {},
    "doorsValidated": true,
    "enabled": true,
    "identifyFacesFromBadge": true,
    "indexFaces": true,
    "integration": "AVIGILON_ALTA",
    "integrationAuditMap": {},
    "misconfiguredDoors": [
      "<string>"
    ],
    "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "refreshToken": "<string>",
    "rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
    "saveClips": true,
    "tokenValid": true,
    "userUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "webhookSignatureSecret": "<string>",
    "webhookUuid": "<string>"
  }
}
'
{
  "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 Genea V2 integration settings with enhanced access control features.

geneaSettings
object

Genea V2 integration settings to update

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