{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_organizations.subpackage_organizations/invites API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_organizations.subpackage_organizations/invites", "type": "folder" }, "items": [ { "info": { "name": "Get invite link", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/invite", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get invite link for organization" }, { "info": { "name": "✨ Revoke invite", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/invite/revoke", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nRevoke invite to organization" }, { "info": { "name": "✨ Send email with invite", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/invite/send-email", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nSend email with invite to organization" } ] } ], "bundled": true }