Skip to main content
Get the privileges assigned to a specified user. Required Scope: Read Users, Manage users, Read All, or Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
User IDThe ID of the user.

Example Output

[
	{
		"id": 426205,
		"name": "Super user"
	},
	{
		"id": 426206,
		"name": "Manage accounts"
	},
	{
		"id": 426636,
		"name": "Manage subscriptions"
	},
	{
		"id": 431990,
		"name": "Assume users"
	}
]

Workflow Library Example

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