{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_workspaces.subpackage_workspaces/members API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_workspaces.subpackage_workspaces/members", "type": "folder" }, "items": [ { "info": { "name": "✨ List workspace memberships", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/workspaces/:id/memberships/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "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
\nGet a list of all members in a specific " }, { "info": { "name": "✨ Create workspace membership", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/workspaces/:id/memberships/", "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
\nAdd a new workspace member by user ID." }, { "info": { "name": "✨ Delete workspace membership", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/workspaces/:id/memberships/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "query", "description": "User ID to remove from the workspace." } ] }, "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
\nRemove a specific member by ID from a wo" } ] } ], "bundled": true }