---
title: "Get account members."
method: GET
path: "/v1/accounts/{id}/members"
tags: ["accounts"]
---

# Get account members.

`GET /v1/accounts/{id}/members`

Get all members of an account.

## Path parameters

- `id` string, required

## Response `200`

OK

- AccountMembersListView — List of account members.
  - `members` TeamMemberView[] — The account members.
    - `id` string, required — The user profile ID.
    - `email` string, required — The user email.
    - `github_user_name` string, nullable — The GitHub username.

## Changes

- **2025-11-05** `63df0e3eb49d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/accounts/:id/members/get.md)

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/63df0e3eb49d/schema)
