Microsoft Azure · Capability

Microsoft Azure Azure IoT Central — Organizations

Microsoft Azure Azure IoT Central — Organizations. 5 operations. Lead operation: Microsoft Azure Get The List Of Organizations The User Has Access To In An Application. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOrganizations

What You Can Do

GET
Microsoftazureorganizationslist — Microsoft Azure Get The List Of Organizations The User Has Access To In An Application
/v1/organizations
GET
Microsoftazureorganizationsget — Microsoft Azure Get An Organization By Id
/v1/organizations/{organizationid}
PUT
Microsoftazureorganizationscreate — Microsoft Azure Create An Organization In The Application
/v1/organizations/{organizationid}
PATCH
Microsoftazureorganizationsupdate — Microsoft Azure Update An Organization In The Application Via Patch
/v1/organizations/{organizationid}
DELETE
Microsoftazureorganizationsremove — Microsoft Azure Delete An Organization
/v1/organizations/{organizationid}

MCP Tools

microsoft-azure-get-list-organizations

Microsoft Azure Get The List Of Organizations The User Has Access To In An Application

read-only idempotent
microsoft-azure-get-organization-id

Microsoft Azure Get An Organization By Id

read-only idempotent
microsoft-azure-create-organization-application

Microsoft Azure Create An Organization In The Application

idempotent
microsoft-azure-update-organization-application

Microsoft Azure Update An Organization In The Application Via Patch

idempotent
microsoft-azure-delete-organization

Microsoft Azure Delete An Organization

idempotent

Capability Spec

azure-iot-central-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure IoT Central — Organizations
  description: 'Microsoft Azure Azure IoT Central — Organizations. 5 operations. Lead operation: Microsoft Azure Get The List
    Of Organizations The User Has Access To In An Application. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Organizations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-iot-central-organizations
    baseUri: ''
    description: Microsoft Azure Azure IoT Central — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: organizations
      path: /organizations
      operations:
      - name: microsoftazureorganizationslist
        method: GET
        description: Microsoft Azure Get The List Of Organizations The User Has Access To In An Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: organizations-organizationId
      path: /organizations/{organizationId}
      operations:
      - name: microsoftazureorganizationsget
        method: GET
        description: Microsoft Azure Get An Organization By Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureorganizationscreate
        method: PUT
        description: Microsoft Azure Create An Organization In The Application
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Organization body.
          required: true
      - name: microsoftazureorganizationsupdate
        method: PATCH
        description: Microsoft Azure Update An Organization In The Application Via Patch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Organization patch body.
          required: true
      - name: microsoftazureorganizationsremove
        method: DELETE
        description: Microsoft Azure Delete An Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-iot-central-organizations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure IoT Central — Organizations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations
      name: organizations
      description: REST surface for organizations.
      operations:
      - method: GET
        name: microsoftazureorganizationslist
        description: Microsoft Azure Get The List Of Organizations The User Has Access To In An Application
        call: azure-iot-central-organizations.microsoftazureorganizationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}
      name: organizations-organizationid
      description: REST surface for organizations-organizationId.
      operations:
      - method: GET
        name: microsoftazureorganizationsget
        description: Microsoft Azure Get An Organization By Id
        call: azure-iot-central-organizations.microsoftazureorganizationsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureorganizationscreate
        description: Microsoft Azure Create An Organization In The Application
        call: azure-iot-central-organizations.microsoftazureorganizationscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureorganizationsupdate
        description: Microsoft Azure Update An Organization In The Application Via Patch
        call: azure-iot-central-organizations.microsoftazureorganizationsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureorganizationsremove
        description: Microsoft Azure Delete An Organization
        call: azure-iot-central-organizations.microsoftazureorganizationsremove
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-iot-central-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure IoT Central — Organizations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-organizations
      description: Microsoft Azure Get The List Of Organizations The User Has Access To In An Application
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-organizations.microsoftazureorganizationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-organization-id
      description: Microsoft Azure Get An Organization By Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-iot-central-organizations.microsoftazureorganizationsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-organization-application
      description: Microsoft Azure Create An Organization In The Application
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-organizations.microsoftazureorganizationscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-organization-application
      description: Microsoft Azure Update An Organization In The Application Via Patch
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-iot-central-organizations.microsoftazureorganizationsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-organization
      description: Microsoft Azure Delete An Organization
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-iot-central-organizations.microsoftazureorganizationsremove
      outputParameters:
      - type: object
        mapping: $.