Actions
Get Alerts
Retrieves a summary of the risk indicators for a specific user or resource.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Resource Name | The resource name of a resource defined in Active Directory. |
| Search By | Get alerts based on user principal name or resource name. |
| User Principal Name | The user principal name of the user for which information is requested. |
{
"risk": "High",
"reasons": [
"Admin with SPN",
"Machine account",
"Privileged user"
]
}
Was this page helpful?