The SIEM app is now a part of the Elastic Security solution.
Click
here to view SIEM documentation for previous releases.
Get reporters
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get reporters
editReturns all case reporters (users who opened cases).
Request URL
editGET <kibana host>:<port>/api/cases/reporters
Example request
editGET api/cases/reporters
Response code
edit-
200 - Indicates a successful call.
Example response
edit[
{
"full_name": "Alan Hunley",
"email": "[email protected]",
"username": "ahunley"
},
{
"full_name": "Rat Hustler",
"email": "[email protected]",
"username": "rhustler"
}
]