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

Create Invite changed

api/beta/organization/invites/create

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: Create Invite
3url: https://platform.claude.com/docs/en/api/beta/organization/invites/create
4---
5 
16# Create Invite
27 
38**POST** `/v1/organizations/invites`
from line 45
4045 
4146- `BetaOrganizationInvite object`
4247 
48 - `type: "invite"`
49 
50 Object type.
51 
52 For Invites, this is always `"invite"`.
53 
54 default: invite
55 
4356 - `id: string`
4457 
4558 ID of the Invite.
from line 116
103116 - `"expired"`
104117 
105118 - `"pending"`
106 
107 - `type: "invite"`
108 
109 Object type.
110 
111 For Invites, this is always `"invite"`.
112 
113 default: invite
114119 
115120## Example
116121