Skip to main content
POST
/
user_identities
/
list_accessible_entrances
{
  "acs_entrances": [
    {
      "acs_entrance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "acs_system_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "connected_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "display_name": "<string>",
      "errors": [
        {
          "error_code": "<string>",
          "message": "<string>"
        }
      ],
      "space_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ],
      "assa_abloy_vostio_metadata": {
        "door_name": "<string>",
        "door_number": 123,
        "pms_id": "<string>",
        "stand_open": true
      },
      "brivo_metadata": {
        "access_point_id": "<string>",
        "site_id": 123,
        "site_name": "<string>"
      },
      "can_belong_to_reservation": true,
      "can_unlock_with_card": true,
      "can_unlock_with_cloud_key": true,
      "can_unlock_with_code": true,
      "can_unlock_with_mobile_key": true,
      "dormakaba_ambiance_metadata": {
        "access_point_name": "<string>"
      },
      "dormakaba_community_metadata": {
        "access_point_profile": "<string>"
      },
      "hotek_metadata": {
        "common_area_name": "<string>",
        "common_area_number": "<string>",
        "room_number": "<string>"
      },
      "latch_metadata": {
        "accessibility_type": "<string>",
        "door_name": "<string>",
        "door_type": "<string>",
        "is_connected": true
      },
      "salto_ks_metadata": {
        "battery_level": "<string>",
        "door_name": "<string>",
        "lock_type": "<string>",
        "locked_state": "<string>",
        "intrusion_alarm": true,
        "left_open_alarm": true,
        "online": true,
        "privacy_mode": true
      },
      "salto_space_metadata": {
        "audit_on_keys": true,
        "door_description": "<string>",
        "door_id": "<string>",
        "door_name": "<string>",
        "room_description": "<string>",
        "room_name": "<string>"
      },
      "visionline_metadata": {
        "door_name": "<string>",
        "profiles": [
          {
            "visionline_door_profile_id": "<string>"
          }
        ]
      }
    }
  ],
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_identity_id
string<uuid>
required

ID of the user identity for which you want to retrieve all accessible entrances.

Response

OK

acs_entrances
object[]
required
ok
boolean
required