Read Users, Manage users, Read All, or Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read Users, Manage users, Read All, or Manage All.
| Parameter | Description |
|---|---|
| Event ID | The ID of the event to retrieve. |
{
"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%)"
}
]
}
Was this page helpful?