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

Example Output

[
	{
		"id": "2c963197-bee2-4607-abc0-4786f1bfa55a",
		"name": "User Administrator",
		"description": "Can administer users",
		"privilege": {
			"Version": "2018-05-18",
			"Statement": [
				{
					"Effect": "Allow",
					"Action": [
						"users:Delete",
						"users:ForceLogout",
						"users:ResetPassword",
						"users:Unlock",
						"users:Get"
					],
					"Scope": [
						"*"
					]
				}
			]
		}
	}
]

Workflow Library Example

List Privileges with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop