Skip to main content
Get event details by its ID. Required Scope: Read Users, Manage users, Read All, or Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
Event IDThe ID of the event to retrieve.

Example Output

{
	"status": {
		"error": false,
		"code": 200,
		"type": "success",
		"message": "Success"
	},
	"data": [
		{
			"id": 123456,
			"created_at": "2014-02-18T02:34:15.626Z",
			"account_id": 1,
			"user_id": 654321,
			"event_type_id": 8,
			"notes": "Initiated by OneLogin via SAML",
			"ipaddr": "123.456.789.0",
			"actor_user_id": 987654,
			"app_id": 11111,
			"app_name": "AppWonder",
			"actor_user_name": "Santiago Cuong",
			"user_name": "Santiago Cuong",
			"risk_score": 48,
			"risk_reasons": "Infrequent access from 73.68.253.46 (13%)"
		}
	]
}

Workflow Library Example

Get Event by Id with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop