---
title: "List Active Organization Members"
method: GET
path: "/v1/organizations/me/members"
tags: ["organizations"]
---

# List Active Organization Members

`GET /v1/organizations/me/members`

List the members of the caller's active organization.

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## Response `200`

Successful Response

- ActiveOrganizationMembersPublic
  - `count` integer, required
  - `data` ActiveOrganizationMemberPublic[], required
    - `attribution_user_id` string, nullable
    - `created_at` string, date-time, required
    - `email` string, nullable
    - `full_name` string, nullable
    - `invitation_id` string, uuid, nullable
    - `organization_member_id` string, uuid, nullable
    - `role` string, required
    - `status` string, required
    - `updated_at` string, date-time, nullable
    - `user_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-19** `3945cde96091` — 1 info
  - added the optional property `data/items/attribution_user_id` to the response with the `200` status
- **2026-08-19** `5c7aa9820428` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/organizations/me/members/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc.dev/mozilla-ai/apis/otari/revisions/80c117c36f36?raw)
