v1

latestSwagger 2.02026-07-178567199.3 KB
organizations
users

Retrieve all organizations

Returns all organizations from the store

get/organizations

Response

Successfully retrieved all organizations from the store

Example response

{
  "organizations": [
    {
      "defaultRole": "viewer",
      "id": "1",
      "links": {
        "self": "/chronograf/v1/organizations/1"
      },
      "name": "Chronogiraffes"
    }
  ]
}