flagsmith · Capability

Flagsmith Admin API — Users

Flagsmith Admin API — Users. 1 operations. Lead operation: List organisation users. Self-contained Naftiko capability covering one Flagsmith business surface.

Run with Naftiko FlagsmithUsers

What You Can Do

GET
Listorganisationusers — List organisation users
/v1/organisations/{organisation-id}/users

MCP Tools

list-organisation-users

List organisation users

read-only idempotent

Capability Spec

admin-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Flagsmith Admin API — Users
  description: 'Flagsmith Admin API — Users. 1 operations. Lead operation: List organisation users. Self-contained Naftiko
    capability covering one Flagsmith business surface.'
  tags:
  - Flagsmith
  - Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FLAGSMITH_API_KEY: FLAGSMITH_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-users
    baseUri: https://api.flagsmith.com/api/v1
    description: Flagsmith Admin API — Users business capability. Self-contained, no shared references.
    resources:
    - name: organisations-organisation_id-users
      path: /organisations/{organisation_id}/users/
      operations:
      - name: listorganisationusers
        method: GET
        description: List organisation users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.FLAGSMITH_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: admin-users-rest
    port: 8080
    description: REST adapter for Flagsmith Admin API — Users. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/organisations/{organisation-id}/users
      name: organisations-organisation-id-users
      description: REST surface for organisations-organisation_id-users.
      operations:
      - method: GET
        name: listorganisationusers
        description: List organisation users
        call: admin-users.listorganisationusers
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Flagsmith Admin API — Users. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-organisation-users
      description: List organisation users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-users.listorganisationusers
      outputParameters:
      - type: object
        mapping: $.