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