---
title: "List Caller Pending Memberships"
method: GET
path: "/v1/organizations/me/pending-memberships"
tags: ["organizations"]
---

# List Caller Pending Memberships

`GET /v1/organizations/me/pending-memberships`

List the organization invitations still awaiting the caller.

The invitee's side of the invitation flow, where ``/me/member-invitations``
is the admin's. Not to be confused with ``GET /me/memberships``, which
lists the organizations the caller is already an active member of and
deliberately omits an ``invited`` one.

Takes no token, unlike ``/v1/invitations/*``: those are public because the
recipient of an emailed link holds nothing else to prove anything with,
while this caller is authenticated as the addressee and the membership's
own ``user_id`` is what scopes the answer. An invitation whose deadline has
passed is omitted rather than listed as unactionable.

## Query parameters

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

## Response `200`

Successful Response

- PendingOrganizationInvitationsPublic
  - `count` integer, required
  - `data` PendingOrganizationInvitationPublic[], required
    - `created_at` string, date-time, required
    - `email` string, required
    - `expires_at` string, date-time, required
    - `invitation_id` string, uuid, required
    - `organization_id` string, uuid, required
    - `organization_member_id` string, uuid, required
    - `organization_name` string, required
    - `role` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `ab2043fca8d8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/organizations/me/pending-memberships/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)
