Microsoft Graph · Capability

Microsoft Graph Devicemanagement — deviceManagement.importedWindowsAutopilotDeviceIdentity

Microsoft Graph Devicemanagement — deviceManagement.importedWindowsAutopilotDeviceIdentity. 7 operations. Lead operation: Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphdeviceManagement.importedWindowsAutopilotDeviceIdentity

What You Can Do

GET
Devicemanagementlistimportedwindowsautopilotdeviceidentities — Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement
/v1/devicemanagement/importedwindowsautopilotdeviceidentities
POST
Devicemanagementcreateimportedwindowsautopilotdeviceidentities — Microsoft Graph Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement
/v1/devicemanagement/importedwindowsautopilotdeviceidentities
GET
Devicemanagementimportedwindowsautopilotdeviceidentitiesgetcount36aa — Microsoft Graph Get the number of the resource
/v1/devicemanagement/importedwindowsautopilotdeviceidentities/count
POST
Devicemanagementimportedwindowsautopilotdeviceidentitiesimport — Microsoft Graph Invoke action import
/v1/devicemanagement/importedwindowsautopilotdeviceidentities/import
GET
Devicemanagementgetimportedwindowsautopilotdeviceidentities — Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement
/v1/devicemanagement/importedwindowsautopilotdeviceidentities/{importedwindowsautopilotdeviceidentity-id}
PATCH
Devicemanagementupdateimportedwindowsautopilotdeviceidentities — Microsoft Graph Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
/v1/devicemanagement/importedwindowsautopilotdeviceidentities/{importedwindowsautopilotdeviceidentity-id}
DELETE
Devicemanagementdeleteimportedwindowsautopilotdeviceidentities — Microsoft Graph Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
/v1/devicemanagement/importedwindowsautopilotdeviceidentities/{importedwindowsautopilotdeviceidentity-id}

MCP Tools

microsoft-graph-get-importedwindowsautopilotdeviceidentities-devicemanagement

Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-invoke-action-import

Microsoft Graph Invoke action import

microsoft-graph-get-importedwindowsautopilotdeviceidentities-devicemanagement-2

Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement

idempotent

Capability Spec

devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Devicemanagement — deviceManagement.importedWindowsAutopilotDeviceIdentity
  description: 'Microsoft Graph Devicemanagement — deviceManagement.importedWindowsAutopilotDeviceIdentity. 7 operations.
    Lead operation: Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement. Self-contained Naftiko
    capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - deviceManagement.importedWindowsAutopilotDeviceIdentity
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity
    baseUri: ''
    description: Microsoft Graph Devicemanagement — deviceManagement.importedWindowsAutopilotDeviceIdentity business capability.
      Self-contained, no shared references.
    resources:
    - name: deviceManagement-importedWindowsAutopilotDeviceIdentities
      path: /deviceManagement/importedWindowsAutopilotDeviceIdentities
      operations:
      - name: devicemanagementlistimportedwindowsautopilotdeviceidentities
        method: GET
        description: Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: devicemanagementcreateimportedwindowsautopilotdeviceidentities
        method: POST
        description: Microsoft Graph Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceManagement-importedWindowsAutopilotDeviceIdentities-$count
      path: /deviceManagement/importedWindowsAutopilotDeviceIdentities/$count
      operations:
      - name: devicemanagementimportedwindowsautopilotdeviceidentitiesgetcount36aa
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: deviceManagement-importedWindowsAutopilotDeviceIdentities-import
      path: /deviceManagement/importedWindowsAutopilotDeviceIdentities/import
      operations:
      - name: devicemanagementimportedwindowsautopilotdeviceidentitiesimport
        method: POST
        description: Microsoft Graph Invoke action import
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceManagement-importedWindowsAutopilotDeviceIdentities-importedWindowsAutopil
      path: /deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}
      operations:
      - name: devicemanagementgetimportedwindowsautopilotdeviceidentities
        method: GET
        description: Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: devicemanagementupdateimportedwindowsautopilotdeviceidentities
        method: PATCH
        description: Microsoft Graph Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: devicemanagementdeleteimportedwindowsautopilotdeviceidentities
        method: DELETE
        description: Microsoft Graph Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity-rest
    port: 8080
    description: REST adapter for Microsoft Graph Devicemanagement — deviceManagement.importedWindowsAutopilotDeviceIdentity.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/devicemanagement/importedwindowsautopilotdeviceidentities
      name: devicemanagement-importedwindowsautopilotdeviceidentities
      description: REST surface for deviceManagement-importedWindowsAutopilotDeviceIdentities.
      operations:
      - method: GET
        name: devicemanagementlistimportedwindowsautopilotdeviceidentities
        description: Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement
        call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementlistimportedwindowsautopilotdeviceidentities
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: devicemanagementcreateimportedwindowsautopilotdeviceidentities
        description: Microsoft Graph Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement
        call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementcreateimportedwindowsautopilotdeviceidentities
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/importedwindowsautopilotdeviceidentities/count
      name: devicemanagement-importedwindowsautopilotdeviceidentities-count
      description: REST surface for deviceManagement-importedWindowsAutopilotDeviceIdentities-$count.
      operations:
      - method: GET
        name: devicemanagementimportedwindowsautopilotdeviceidentitiesgetcount36aa
        description: Microsoft Graph Get the number of the resource
        call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementimportedwindowsautopilotdeviceidentitiesgetcount36aa
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/importedwindowsautopilotdeviceidentities/import
      name: devicemanagement-importedwindowsautopilotdeviceidentities-import
      description: REST surface for deviceManagement-importedWindowsAutopilotDeviceIdentities-import.
      operations:
      - method: POST
        name: devicemanagementimportedwindowsautopilotdeviceidentitiesimport
        description: Microsoft Graph Invoke action import
        call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementimportedwindowsautopilotdeviceidentitiesimport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/importedwindowsautopilotdeviceidentities/{importedwindowsautopilotdeviceidentity-id}
      name: devicemanagement-importedwindowsautopilotdeviceidentities-importedwindowsautopil
      description: REST surface for deviceManagement-importedWindowsAutopilotDeviceIdentities-importedWindowsAutopil.
      operations:
      - method: GET
        name: devicemanagementgetimportedwindowsautopilotdeviceidentities
        description: Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement
        call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementgetimportedwindowsautopilotdeviceidentities
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: devicemanagementupdateimportedwindowsautopilotdeviceidentities
        description: Microsoft Graph Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
        call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementupdateimportedwindowsautopilotdeviceidentities
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: devicemanagementdeleteimportedwindowsautopilotdeviceidentities
        description: Microsoft Graph Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
        call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementdeleteimportedwindowsautopilotdeviceidentities
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Devicemanagement — deviceManagement.importedWindowsAutopilotDeviceIdentity.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-importedwindowsautopilotdeviceidentities-devicemanagement
      description: Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementlistimportedwindowsautopilotdeviceidentities
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementcreateimportedwindowsautopilotdeviceidentities
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementimportedwindowsautopilotdeviceidentitiesgetcount36aa
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-import
      description: Microsoft Graph Invoke action import
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementimportedwindowsautopilotdeviceidentitiesimport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-importedwindowsautopilotdeviceidentities-devicemanagement-2
      description: Microsoft Graph Get importedWindowsAutopilotDeviceIdentities from deviceManagement
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementgetimportedwindowsautopilotdeviceidentities
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementupdateimportedwindowsautopilotdeviceidentities
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devicemanagement-devicemanagement-importedwindowsautopilotdeviceidentity.devicemanagementdeleteimportedwindowsautopilotdeviceidentities
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.