Skip to main content
POST
/
api
/
integrations
/
accessControl
/
updateInnerRangeIntegration
Update Inner Range integration
curl --request POST \
  --url https://api2.rhombussystems.com/api/integrations/accessControl/updateInnerRangeIntegration \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "innerRangeSettings": {
    "apiToken": "<string>",
    "consoleToSettingsMap": {},
    "createSeekPoints": true,
    "doorInfoMap": {},
    "enabled": true,
    "integration": "AVIGILON_ALTA",
    "integrationAuditMap": {},
    "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "refreshToken": "<string>",
    "skyTunnelSN": "<string>",
    "tokenValid": true,
    "userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
  }
}
'
{
  "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 InnerRange access control integration settings.

innerRangeSettings
object

InnerRange access control 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