get_risk_score
Retrieve the risk score and its reason for a specific user or endpoint to evaluate security posture.
Instructions
Get Risk Score
Retrieve the risk score of a specific user or endpoint in your environment, along with the reason for the score.
Required license: Cortex XSIAM Premium or Identity Threat Module
[POST /public_api/v1/get_risk_score] · System management
Example request body:
{
"request_data": {
"id": "<user or endpoint ID>"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. |