v1

latestSwagger 2.02026-07-178567199.3 KB
organizations
users

Retrieve all Chronograf users within the current organization

Returns all Chronograf users within the current organization from the store

get/users

Response

Successfully retrieved all users from the store

Example response

{
  "users": [
    {
      "id": "1",
      "links": {
        "self": "/chronograf/v1/users/1"
      },
      "name": "pineapple@cubeoctohedron.flux",
      "provider": "github",
      "roles": {
        "name": "editor",
        "organization": "SpaceTeam"
      },
      "scheme": "oauth2",
      "superAdmin": false
    }
  ]
}