Humanitec · Capability

Humanitec API — UserInvite

Humanitec API — UserInvite. 1 operations. Lead operation: List the invites issued for the organization.. Self-contained Naftiko capability covering one Humanitec business surface.

Run with Naftiko HumanitecUserInvite

What You Can Do

GET
Listinvitesinorg — List the invites issued for the organization.
/v1/orgs/{orgid}/invitations

MCP Tools

list-invites-issued-organization

List the invites issued for the organization.

read-only idempotent

Capability Spec

humanitec-userinvite.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Humanitec API — UserInvite
  description: 'Humanitec API — UserInvite. 1 operations. Lead operation: List the invites issued for the organization.. Self-contained
    Naftiko capability covering one Humanitec business surface.'
  tags:
  - Humanitec
  - UserInvite
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUMANITEC_API_KEY: HUMANITEC_API_KEY
capability:
  consumes:
  - type: http
    namespace: humanitec-userinvite
    baseUri: https://api.humanitec.io
    description: Humanitec API — UserInvite business capability. Self-contained, no shared references.
    resources:
    - name: orgs-orgId-invitations
      path: /orgs/{orgId}/invitations
      operations:
      - name: listinvitesinorg
        method: GET
        description: List the invites issued for the organization.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: humanitec-userinvite-rest
    port: 8080
    description: REST adapter for Humanitec API — UserInvite. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/orgs/{orgid}/invitations
      name: orgs-orgid-invitations
      description: REST surface for orgs-orgId-invitations.
      operations:
      - method: GET
        name: listinvitesinorg
        description: List the invites issued for the organization.
        call: humanitec-userinvite.listinvitesinorg
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: humanitec-userinvite-mcp
    port: 9090
    transport: http
    description: MCP adapter for Humanitec API — UserInvite. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-invites-issued-organization
      description: List the invites issued for the organization.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: humanitec-userinvite.listinvitesinorg
      outputParameters:
      - type: object
        mapping: $.