External DocumentationTo learn more, visit the N-able N-Central documentation.
Parameters
Example Output
Workflow Library Example
Create User Role with N Able N Central and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | The description of the new role. |
| Organization Unit ID | The ID of the organization unit to create the user role in. |
| Permission IDs | A comma-separated list of permissions to assign to the role. |
| Role Name | The name of the new role. |
| User IDs | A comma-separated list of user IDs to include in the access group. Can be obtained using List Users action. |
{
"data": {
"roleId": 123
},
"_links": []
}
Was this page helpful?