Come join our live training webinar every other Wednesday at 11am PST and hear LogicMonitor experts explain best practices and answer common questions. We understand these are uncertain times, and we are here to help!
You can use LogicMonitor’s REST API to programmatically manage the user roles in your account.
Using LogicMonitor’s REST API, you can:
Note: As with all of our API calls, authentication is required.
/setting/roles
All roles have the following properties:
"privileges" : [ { "objectType" : "host_group", "objectId" : "*", "objectName" : "*", "operation" : "write" }, { "objectType" : "dashboard_group", "objectId" : "*", "objectName" : "*", "operation" : "write" }]
“objectType” : “dashboard”,
“objectId” : “32”,
“objectName” : “Resource Allocation”,
“operation” : “write”
}
“objectType” : “dashboard_group”,
“objectId” : “*”,
“objectName” : “*”,
“objectId” : “private”,
“objectName” : “private”,
“objectType” : “host_group”,
“objectType” : “deviceDashboard”,
“objectId” : “”,
“objectName” : “deviceDashboard”,
“objectType” : “configNeedDeviceManagePermission”,
“objectName” : “configNeedDeviceManagePermission”,
“objectType” : “remoteSession”,
“objectType” : “report_group”,
“objectType” : “service_group”,
“objectType” : “setting”,
“objectId” : “collectorgroup.4”,
“objectName” : “win7a”,
“operation” : “read”
“objectType” : “help”,
“objectId” : “chat”,
“objectName” : “help”,
In This Article