---
title: "List account members"
method: GET
path: "/account-members"
tags: ["accounts"]
---

# List account members

`GET /account-members`

## Query parameters

- `ids` string[]
- `q` string — Search filter
- `role` 'admin' | 'member'
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` AccountMemberResponseData[], required
    - `created_at` string, date-time, required
    - `email` string, nullable
    - `first_name` string, nullable
    - `id` string, required
    - `image_url` string, nullable
    - `last_name` string, nullable
    - `name` string, nullable
    - `permissions` object, required
    - `role` 'admin' | 'member'
    - `updated_at` string, date-time, required
  - `params` object, required — Input parameters
    - `ids` string[]
    - `limit` integer — Page limit (default 100)
    - `offset` integer — Page offset (default 0)
    - `q` string — Search filter
    - `role` 'admin' | 'member'

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 61 could not be searched.

- **2026-07-15** `3baa54bf8b3f` — 2 warning
  - for the `query` request parameter `limit`, the max was set to `250.00`
  - for the `query` request parameter `limit`, the min was set to `0.00`
- **2026-07-10** `6bbade913b33` — 1 warning
  - added the new `custom_plans_edit` enum value to the `data/items/permissions/additionalProperties/items/` response property for the response status `200`
- **2026-06-17** `269daccabb5b` — 1 info
  - removed the `billing_credits_edit` enum value from the `data/items/permissions/additionalProperties/items/` response property for the response status `200`
- **2026-06-01** `23c90026c637` — 2 info
  - added the optional property `data/items/first_name` to the response with the `200` status
  - added the optional property `data/items/last_name` to the response with the `200` status

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/account-members/get.md)

---

[API](https://skmtc.dev/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.dev/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/0b238e148fa1/schema)
