✨ Get organization members/roles
✨ Get organization members/roles
✨ Get organization members/roles
Retrieve a list of all users and roles in a specific organization.
Project ID to exclude users who are already associated with this project (direct members, workspace members, or implicit admin/owner access).
Workspace ID to exclude users who are already associated with this workspace (direct workspace members or implicit admin/owner access).
Member visibility scope. accessible (default) limits Managers to members in their projects/workspaces. all returns all organization members. Only affects Manager role.
curl https://label-studio-host/api/projects -H “Authorization: Token [your-token]”Filter members by organization role. Accepts single role or comma-separated list of roles.
Format:
?role=RE?role=AN,RE (users with ANY of these roles)Role Codes:
OW = OwnerAD = AdministratorMA = ManagerRE = ReviewerAN = AnnotatorNO = Not ActivatedDI = Disabled