Skip to main content
Create a new user role for an organization unit.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
DescriptionThe description of the new role.
Organization Unit IDThe ID of the organization unit to create the user role in.
Permission IDsA comma-separated list of permissions to assign to the role.
Role NameThe name of the new role.
User IDsA comma-separated list of user IDs to include in the access group. Can be obtained using List Users action.

Example Output

{
	"data": {
		"roleId": 123
	},
	"_links": []
}

Workflow Library Example

Create User Role with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop