Skip to main content
Get a single rule by its ID from the Risk Service. Required Scope: Read All or Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
Rule IDThe ID of the rule to retrieve.

Example Output

{
	"id": "132456789",
	"name": "IP Blocklist for Guests",
	"description": "Blocklist for guest account users",
	"type": "blacklist",
	"target": "location.ip",
	"source": "guest-123",
	"filters": "123.123.123.123"
}

Workflow Library Example

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