Get reportersedit

Returns all case reporters (users who opened cases).

Request URLedit

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

Example requestedit

GET api/cases/reporters

Response codeedit

200
Indicates a successful call.

Example responseedit

[
  {
    "full_name": "Alan Hunley",
    "email": "ahunley@imf.usa.gov",
    "username": "ahunley"
  },
  {
    "full_name": "Rat Hustler",
    "email": "jrhustler@aol.com",
    "username": "rhustler"
  }
]