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 API
editGet reporters API
editReturns information about the users who opened cases.
Request
editGET <kibana host>:<port>/api/cases/reporters
GET <kibana host>:<port>/s/api/cases/reporters
Prerequisites
editYou must have read
privileges for the Cases feature in the Management,
Observability, or Security section of the
Kibana feature privileges, depending on the
owner
of the cases you’re seeking.
Query parameters
edit-
owner
- (Optional, string or array of strings) A filter to limit the retrieved reporters to a specific set of applications. If this parameter is omitted, the response will contain all reporters from cases that the user has access to read.
Response codes
edit-
200
- Indicates a successful call.
Examples
editReturns all case reporters:
GET api/cases/reporters
The API returns a JSON object with the retrieved reporters. For example:
[ { "full_name": "Alan Hunley", "email": "ahunley@imf.usa.gov", "username": "ahunley" }, { "full_name": "Rat Hustler", "email": "jrhustler@aol.com", "username": "rhustler" } ]