Fetches a list of unique user email addresses involved in a given detection. Returns distinct emails of people impacted by the detection based on the detection's filters and security event type.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢200
application/json
Successful operation
Body
🟠401
🟠403
🟠404
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/detections//users' \
--header'Authorization: Bearer <token>'