Skip to main content
POST
/
api
/
accesscontrol
/
updateAccessRevocation
Update access revocation
curl --request POST \
  --url https://api2.rhombussystems.com/api/accesscontrol/updateAccessRevocation \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "accessRevocation": {
    "accessControlledDoorUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "accessControlledElevatorLandingUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "createdAtMillis": 123,
    "doorLabelIds": [
      "<string>"
    ],
    "groupUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "name": "<string>",
    "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "storedInS3": true,
    "updatedAtMillis": 123,
    "userUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
  }
}
'
{
  "accessRevocation": {
    "accessControlledDoorUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "accessControlledElevatorLandingUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "createdAtMillis": 123,
    "doorLabelIds": [
      "<string>"
    ],
    "groupUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "name": "<string>",
    "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "sortKey": "<string>",
    "storedInS3": true,
    "updatedAtMillis": 123,
    "userUuids": [
      "AAAAAAAAAAAAAAAAAAAAAA"
    ],
    "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
  },
  "error": true,
  "errorMsg": "<string>",
  "expiredACDLicensesDoorUuids": [
    "AAAAAAAAAAAAAAAAAAAAAA"
  ],
  "unassignedACDLicensesDoorUuids": [
    "AAAAAAAAAAAAAAAAAAAAAA"
  ],
  "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 to update a location access revocation.

accessRevocation
object

The access revocation to update

Response

200 - application/json

OK

Response for location access revocation update operation.

accessRevocation
object

The access revocation to update

error
boolean | null
errorMsg
string | null
expiredACDLicensesDoorUuids
(string<RUUID> | null)[] | null

Set of expired ACD licenses door UUIDs

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

unassignedACDLicensesDoorUuids
(string<RUUID> | null)[] | null

Set of unassigned ACD licenses door UUIDs

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

warningMsg
string | null