Skip to main content
Get the details of an application rule by its ID. Required Scope: Manage all.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
App IDThe ID of an OneLogin application.
Rule IDThe ID of the rule.

Example Output

{
	"id": 196670,
	"name": "My First rule",
	"match": "all",
	"enabled": true,
	"position": 1,
	"conditions": [
		{
			"source": "has_role",
			"operator": "ri",
			"value": "909876"
		}
	],
	"actions": [
		{
			"action": "set_groups",
			"value": [
				"member_of"
			],
			"expression": ".*"
		}
	]
}

Workflow Library Example

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