Skip to main content
Get privilege details by its ID. 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.

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

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