🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/permission/getPermissionsForCurrentUser \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"accessControlLocationAccessMap": {},
"accessMap": {},
"assignablePermissionGroups": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"deviceAccessMap": {},
"error": true,
"errorMsg": "<string>",
"functionalityList": [
"DEVICE_ADMINISTRATION"
],
"installer": false,
"locationAccessMap": {},
"locationGranularAccessMap": {},
"permissionGroupName": "Administrator",
"superAdmin": false,
"warningMsg": "<string>"
}Get device and functionality permissions for user or API token
curl --request POST \
--url https://api2.rhombussystems.com/api/permission/getPermissionsForCurrentUser \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"accessControlLocationAccessMap": {},
"accessMap": {},
"assignablePermissionGroups": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"deviceAccessMap": {},
"error": true,
"errorMsg": "<string>",
"functionalityList": [
"DEVICE_ADMINISTRATION"
],
"installer": false,
"locationAccessMap": {},
"locationGranularAccessMap": {},
"permissionGroupName": "Administrator",
"superAdmin": false,
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for getting permissions for the current user.
OK
Response object containing comprehensive permission information for the current user including functionality, device, location, and granular access maps.
Map of access control location UUIDs to permission levels
Show child attributes
Deprecated: Map of device UUIDs to permission levels (use deviceAccessMap instead)
Show child attributes
Set of permission group UUIDs the user can assign to other users
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Map of device UUIDs to permission levels
Show child attributes
List of functionalities the user has access to
DEVICE_ADMINISTRATION, ORG_ADMINISTRATION, AUTH_ADMINISTRATION, FIRMWARE_ADMINISTRATION, DOOR_ACCESS_ADMINISTRATION, CAMERA_ADMINISTRATION, REGISTER_DEVICES, DELETE_DEVICES, LOCATION_ADMINISTRATION, POLICY_ADMINISTRATION, USER_ADMINISTRATION, REPORT_ADMINISTRATION, NOTIFICATION_ADMINISTRATION, LICENSE_ADMINISTRATION, RECEIVE_EMAILS, MANAGE_FACES, MANAGE_LICENSEPLATES, API_ADMINISTRATION, INTEGRATION_ADMINISTRATION, DATA_EXFILTRATION, ALERT_MONITORING_ADMINISTRATION, ALERT_MONITORING_VIEWONLY, GUEST_MANAGEMENT_ADMINISTRATION, GUEST_MANAGEMENT_VIEWONLY, CLIP_MANAGEMENT, VIEW_SAVED_VIDEO, VIEW_AND_MANAGE_SAVED_VIDEO, CLLM_ADMINISTRATION, UNKNOWN Whether the user has installer privileges
false
Map of location UUIDs to permission levels
Show child attributes
Map of location UUIDs to granular functionality permission maps
Show child attributes
Name of the user's permission group
"Administrator"
Whether the user has super admin privileges
false
Was this page helpful?