---
title: "Credit balances"
method: GET
path: "/users"
---

# Credit balances

`GET /users`

Retrieve the settings and credits of one or more accounts.

## Query parameters

- `email` string[]

## Response `200`

The account settings and credits.

- object[]
  - `email` string, email, required — The account email address.
  - `credits` integer, required — The number of remaining API credits allocated to the account.

## Other responses

- `401` — The authorization header was missing.
- `403` — The API token was invalid.
- `429` — The rate limit was exceeded.
- `500` — An unknown error occurred.

---

[API](https://skmtc.dev/joinmassive/apis/massive.md) · [All operations](https://skmtc.dev/joinmassive/apis/massive/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinmassive/massive/revisions/3a9f7769563f/schema)
