{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents Organization Invites API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Organization Invites", "type": "folder" }, "items": [ { "info": { "name": "Anthropic List Organization Invites", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/organizations/invites", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to return per page. Defaults to 20. Ranges from 1 to 1000." }, { "name": "before_id", "value": "", "type": "query", "description": "ID of the object to use as a cursor for pagination. Returns the page of results immediately before this object." }, { "name": "after_id", "value": "", "type": "query", "description": "ID of the object to use as a cursor for pagination. Returns the page of results immediately after this object." } ] }, "docs": "Retrieves a paginated list of pending invitations for the organization." }, { "info": { "name": "Anthropic Create Organization Invite", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/organizations/invites", "headers": [ { "name": "anthropic-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates and sends an invitation to a new member to join the organization." }, { "info": { "name": "Anthropic Get Organization Invite", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/organizations/invites/:invite_id", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "invite_id", "value": "invite_015gWxCN9Hfg2QhZwTK7Mdeu", "type": "path", "description": "Unique identifier for the invite" } ] }, "docs": "Retrieves detailed information about a specific organization invite." }, { "info": { "name": "Anthropic Delete Organization Invite", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.anthropic.com/v1/organizations/invites/:invite_id", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "invite_id", "value": "invite_015gWxCN9Hfg2QhZwTK7Mdeu", "type": "path", "description": "Unique identifier for the invite" } ] }, "docs": "Deletes a specific organization invite, preventing the recipient from accepting it." } ] } ], "bundled": true }