Coveo · Capability

Coveo Authorization Server API — Organization Invites

Coveo Authorization Server API — Organization Invites. 1 operations. Lead operation: List Organization Invites. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoAuthorization ServerOrganization Invites

What You Can Do

GET
Getorganizationinvites — List Organization Invites
/v1/organizations/{organizationid}/invites

MCP Tools

list-organization-invites

List Organization Invites

read-only idempotent

Capability Spec

authorization-organization-invites.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Authorization Server API — Organization Invites
  description: 'Coveo Authorization Server API — Organization Invites. 1 operations. Lead operation: List Organization Invites.
    Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Authorization Server
  - Organization Invites
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: authorization-organization-invites
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Authorization Server API — Organization Invites business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-organizations-organizationId-invites
      path: /rest/organizations/{organizationId}/invites
      operations:
      - name: getorganizationinvites
        method: GET
        description: List Organization Invites
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The [unique identifier of the organization](https://docs.coveo.com/en/n1ce5273/manage-an-organization/find-your-organization-id)
            for which to list invites.</br>
          required: true
  exposes:
  - type: rest
    namespace: authorization-organization-invites-rest
    port: 8080
    description: REST adapter for Coveo Authorization Server API — Organization Invites. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/invites
      name: rest-organizations-organizationid-invites
      description: REST surface for rest-organizations-organizationId-invites.
      operations:
      - method: GET
        name: getorganizationinvites
        description: List Organization Invites
        call: authorization-organization-invites.getorganizationinvites
        with:
          organizationId: rest.organizationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: authorization-organization-invites-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Authorization Server API — Organization Invites. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-organization-invites
      description: List Organization Invites
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: authorization-organization-invites.getorganizationinvites
      with:
        organizationId: tools.organizationId
      outputParameters:
      - type: object
        mapping: $.