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": [],
"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": [],
"installer": false,
"locationAccessMap": {},
"locationGranularAccessMap": {},
"permissionGroupName": "Administrator",
"superAdmin": false,
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request 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?