---
title: "Retrieve all Chronograf users within the current organization"
method: GET
path: "/users"
tags: ["organizations", "users"]
---

# Retrieve all Chronograf users within the current organization

`GET /users`

Returns all Chronograf users within the current organization from the store

## Response `200`

Successfully retrieved all users from the store

- Users
  - `links` object
    - `self` string, url — Self link mapping to this resource
  - `users` User[], required
    - `id` string, required — Unique identifier representing a user resource
    - `links` object
      - `self` string, url — Self link mapping to this resource
    - `name` string, required — Username (as taken from principal given by auth provider)
    - `provider` string, required — OAuth provider used to authenticate
    - `roles` Role[], required
      - `name` 'member' | 'viewer' | 'editor' | 'admin' — A Chronograf user's role within an organization.
      - `organization` string — Name of organization user belongs to
    - `scheme` string, required — Scheme used to authenticate (only OAuth2 currently supported)
    - `superAdmin` boolean — If user has the ability to perform CRUD operations on Organizations, across Organizations, and on other SuperAdmin users

## Other responses

- `400` — Failed to load users from store
- `403` — Forbidden to access this route
- `default` — Internal server error

---

[API](https://skmtc.net/influxdata/apis/chronograf.md) · [All operations](https://skmtc.net/influxdata/apis/chronograf/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influxdata/chronograf/revisions/ce55d963b4ac/schema)
