Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Parameters

ParameterDescription
Organization Unit IDThe ID of the organization unit. Can be obtained by using the List Organization Units action.
User Role IDThe ID of the required user role.

Example Output

{
	"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"
	}
}

Workflow Library Example

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