{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_organizations", "type": "folder" }, "items": [ { "info": { "name": "Reset organization token", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/invite/reset-token", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Reset the token used in the invitation link to invite someone to an organization." }, { "info": { "name": "List your organizations", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/organizations/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "\n Return a list of the organizations you've created or that you have access to.\n " }, { "info": { "name": "Get organization settings", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/organizations/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve the settings for a specific organization by ID." }, { "info": { "name": "✨ Update organization", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/organizations/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "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
\nUpdate organization details including ti" }, { "info": { "name": "✨ Update default role", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/organizations/:id/set-default-role", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "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
\nUpdate the default role for members of a" } ] } ], "bundled": true }