Skip to main content
Get the users assigned to a privilege. Required Feature: A OneLogin subscription that includes Delegated Administration. Required Scope: Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
Privilege IDThe ID of the privilege.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"total": 2,
	"users": [
		12345,
		67890
	],
	"beforeCursor": null,
	"previousLink": null,
	"afterCursor": null,
	"nextLink": null
}

Workflow Library Example

Get Assigned Users with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop