naftiko: 1.0.0-alpha2
info:
label: API Reference — subpackage_organizations.subpackage_organizations/members
description: 'API Reference — subpackage_organizations.subpackage_organizations/members. 4 operations. Lead operation: ✨
Get organization members/roles. Self-contained Naftiko capability covering one Label Studio business surface.'
tags:
- Label Studio
- subpackage_organizations.subpackage_organizations/members
created: '2026-05-19'
modified: '2026-05-19'
binds:
- namespace: env
keys:
LABEL_STUDIO_API_KEY: LABEL_STUDIO_API_KEY
capability:
consumes:
- type: http
namespace: label-studio-subpackage-organizations-subpackage-organizations-members
baseUri: http://localhost:8000
description: API Reference — subpackage_organizations.subpackage_organizations/members business capability. Self-contained,
no shared references.
resources:
- name: api-organizations-id-memberships
path: /api/organizations/{id}/memberships
operations:
- name: list
method: GET
description: ✨ Get organization members/roles
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: id
in: path
type: integer
description: A unique integer value identifying this organization.
required: true
- name: contributed_to_projects
in: query
type: boolean
description: Whether to include projects created and contributed to by the members.
- name: exclude_project_id
in: query
type: integer
description: Project ID to exclude users who are already associated with this project (direct members, workspace
members, or implicit admin/owner access).
- name: exclude_workspace_id
in: query
type: integer
description: Workspace ID to exclude users who are already associated with this workspace (direct workspace members
or implicit admin/owner access).
- name: ordering
in: query
type: string
description: Which field to use when ordering the results.
- name: page
in: query
type: integer
description: A page number within the paginated result set.
- name: page_size
in: query
type: integer
description: Number of results to return per page.
- name: role
in: query
type: string
description: Filter members by organization role. Accepts single role or comma-separated list of roles.
- name: scope
in: query
type: string
description: Member visibility scope. `accessible` (default) limits Managers to members in their projects/workspaces.
`all` returns all organization members. Only affects Ma
- name: search
in: query
type: string
description: A search term.
- name: tags
in: query
type: string
description: Filter members by tags. Use a comma-separated list of tag IDs.
- name: Authorization
in: header
type: string
description: 'The token (or API key) must be passed as a request header. You can find your user token on the User
Account page in Label Studio. Example: