🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/accesscontrol/findLocationAccessGrantsByLocationAndUser \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA", "userUuid": "AAAAAAAAAAAAAAAAAAAAAA" } '
{ "accessGrants": [ { "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" } ] }
Finds location access grants by the specified location and user
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to find location access grants by location and user.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Response containing location access grants for a location and user.
List of location access grants
Show child attributes
Was this page helpful?