External DocumentationTo learn more, visit the N-able N-Central documentation.
Actions
Get User Role
Get detailed information for a user role.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Organization Unit ID | The ID of the organization unit. Can be obtained by using the List Organization Units action. |
| User Role ID | The ID of the required user role. |
{
"data": {
"roleId": 1001,
"orgUnitId": 1,
"roleName": "Default Dashboard Role",
"roleDescription": "Grants users read-only access to Dashboards, and the ability to view service details.",
"userIds": [
111333683,
444512252,
1210074793
],
"_extra": {
"cloneable": true,
"readonly": true,
"permissions": [
"DASHBOARDS_VIEW",
"SERVICE_VIEW"
]
}
},
"_links": {
"additionalProp": "string"
}
}
Was this page helpful?