Get reporters

edit

Returns all case reporters (users who opened cases).

Request URL

edit

GET <kibana host>:<port>/api/cases/reporters

Example request

edit
GET 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"
  }
]