---
title: "List of users and their data for api key"
method: GET
path: "/users"
tags: ["User"]
---

# List of users and their data for api key

`GET /users`

Retrieves all users for the grow that is bound the the api key.

## Response `200`

OK

- UserUsageInformation[]
  - `userId` integer
  - `userEmail` string, nullable
  - `userName` string, nullable
  - `lastActive` string, date-time, nullable
  - `role` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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