{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_projects.subpackage_projects/members API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_projects.subpackage_projects/members", "type": "folder" }, "items": [ { "info": { "name": "✨ Add project member", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/projects/:id/members/", "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 member to a specific project." }, { "info": { "name": "✨ Remove member from project", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/projects/:id/members/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "user", "value": "", "type": "query", "description": "User ID to remove from the project. Optional for backward compatibility with DELETE body." } ] }, "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 member from a specific project." } ] } ], "bundled": true }