IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get reporters
editGet reporters
editReturns all case reporters (users who opened cases).
The Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and must use curl
or another HTTP tool instead. For more information, refer to Console.
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" } ]