Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

List Invites changed

api/beta/organization/invites/list

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+13added
Lines−8removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Invites
3url: https://platform.claude.com/docs/en/api/beta/organization/invites/list
4---
5 
16# List Invites
27 
38**GET** `/v1/organizations/invites`
from line 53
4853 
4954- `data: array of BetaOrganizationInvite`
5055 
56 - `type: "invite"`
57 
58 Object type.
59 
60 For Invites, this is always `"invite"`.
61 
62 default: invite
63 
5164 - `id: string`
5265 
5366 ID of the Invite.
from line 124
111124 - `"expired"`
112125 
113126 - `"pending"`
114 
115 - `type: "invite"`
116 
117 Object type.
118 
119 For Invites, this is always `"invite"`.
120 
121 default: invite
122127 
123128- `first_id: string or null`
124129