Microsoft Graph · Capability

Microsoft Graph Devicemanagement — users.deviceManagementTroubleshootingEvent

Microsoft Graph Devicemanagement — users.deviceManagementTroubleshootingEvent. 6 operations. Lead operation: Microsoft Graph Get deviceManagementTroubleshootingEvents from users. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphusers.deviceManagementTroubleshootingEvent

What You Can Do

GET
Userslistdevicemanagementtroubleshootingevents — Microsoft Graph Get deviceManagementTroubleshootingEvents from users
/v1/users/{user-id}/devicemanagementtroubleshootingevents
POST
Userscreatedevicemanagementtroubleshootingevents — Microsoft Graph Create new navigation property to deviceManagementTroubleshootingEvents for users
/v1/users/{user-id}/devicemanagementtroubleshootingevents
GET
Usersdevicemanagementtroubleshootingeventsgetcount3623 — Microsoft Graph Get the number of the resource
/v1/users/{user-id}/devicemanagementtroubleshootingevents/count
GET
Usersgetdevicemanagementtroubleshootingevents — Microsoft Graph Get deviceManagementTroubleshootingEvents from users
/v1/users/{user-id}/devicemanagementtroubleshootingevents/{devicemanagementtroubleshootingevent-id}
PATCH
Usersupdatedevicemanagementtroubleshootingevents — Microsoft Graph Update the navigation property deviceManagementTroubleshootingEvents in users
/v1/users/{user-id}/devicemanagementtroubleshootingevents/{devicemanagementtroubleshootingevent-id}
DELETE
Usersdeletedevicemanagementtroubleshootingevents — Microsoft Graph Delete navigation property deviceManagementTroubleshootingEvents for users
/v1/users/{user-id}/devicemanagementtroubleshootingevents/{devicemanagementtroubleshootingevent-id}

MCP Tools

microsoft-graph-get-devicemanagementtroubleshootingevents-users

Microsoft Graph Get deviceManagementTroubleshootingEvents from users

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

Microsoft Graph Create new navigation property to deviceManagementTroubleshootingEvents for users

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-devicemanagementtroubleshootingevents-users-2

Microsoft Graph Get deviceManagementTroubleshootingEvents from users

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

Microsoft Graph Update the navigation property deviceManagementTroubleshootingEvents in users

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property deviceManagementTroubleshootingEvents for users

idempotent

Capability Spec

devicemanagement-users-devicemanagementtroubleshootingevent.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Devicemanagement — users.deviceManagementTroubleshootingEvent
  description: 'Microsoft Graph Devicemanagement — users.deviceManagementTroubleshootingEvent. 6 operations. Lead operation:
    Microsoft Graph Get deviceManagementTroubleshootingEvents from users. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - users.deviceManagementTroubleshootingEvent
  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-users-devicemanagementtroubleshootingevent
    baseUri: ''
    description: Microsoft Graph Devicemanagement — users.deviceManagementTroubleshootingEvent business capability. Self-contained,
      no shared references.
    resources:
    - name: users-user-id-deviceManagementTroubleshootingEvents
      path: /users/{user-id}/deviceManagementTroubleshootingEvents
      operations:
      - name: userslistdevicemanagementtroubleshootingevents
        method: GET
        description: Microsoft Graph Get deviceManagementTroubleshootingEvents from users
        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: userscreatedevicemanagementtroubleshootingevents
        method: POST
        description: Microsoft Graph Create new navigation property to deviceManagementTroubleshootingEvents for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: users-user-id-deviceManagementTroubleshootingEvents-$count
      path: /users/{user-id}/deviceManagementTroubleshootingEvents/$count
      operations:
      - name: usersdevicemanagementtroubleshootingeventsgetcount3623
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-user-id-deviceManagementTroubleshootingEvents-deviceManagementTroubleshoot
      path: /users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}
      operations:
      - name: usersgetdevicemanagementtroubleshootingevents
        method: GET
        description: Microsoft Graph Get deviceManagementTroubleshootingEvents from users
        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: usersupdatedevicemanagementtroubleshootingevents
        method: PATCH
        description: Microsoft Graph Update the navigation property deviceManagementTroubleshootingEvents in users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: usersdeletedevicemanagementtroubleshootingevents
        method: DELETE
        description: Microsoft Graph Delete navigation property deviceManagementTroubleshootingEvents for users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: devicemanagement-users-devicemanagementtroubleshootingevent-rest
    port: 8080
    description: REST adapter for Microsoft Graph Devicemanagement — users.deviceManagementTroubleshootingEvent. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/devicemanagementtroubleshootingevents
      name: users-user-id-devicemanagementtroubleshootingevents
      description: REST surface for users-user-id-deviceManagementTroubleshootingEvents.
      operations:
      - method: GET
        name: userslistdevicemanagementtroubleshootingevents
        description: Microsoft Graph Get deviceManagementTroubleshootingEvents from users
        call: devicemanagement-users-devicemanagementtroubleshootingevent.userslistdevicemanagementtroubleshootingevents
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: userscreatedevicemanagementtroubleshootingevents
        description: Microsoft Graph Create new navigation property to deviceManagementTroubleshootingEvents for users
        call: devicemanagement-users-devicemanagementtroubleshootingevent.userscreatedevicemanagementtroubleshootingevents
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/devicemanagementtroubleshootingevents/count
      name: users-user-id-devicemanagementtroubleshootingevents-count
      description: REST surface for users-user-id-deviceManagementTroubleshootingEvents-$count.
      operations:
      - method: GET
        name: usersdevicemanagementtroubleshootingeventsgetcount3623
        description: Microsoft Graph Get the number of the resource
        call: devicemanagement-users-devicemanagementtroubleshootingevent.usersdevicemanagementtroubleshootingeventsgetcount3623
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/devicemanagementtroubleshootingevents/{devicemanagementtroubleshootingevent-id}
      name: users-user-id-devicemanagementtroubleshootingevents-devicemanagementtroubleshoot
      description: REST surface for users-user-id-deviceManagementTroubleshootingEvents-deviceManagementTroubleshoot.
      operations:
      - method: GET
        name: usersgetdevicemanagementtroubleshootingevents
        description: Microsoft Graph Get deviceManagementTroubleshootingEvents from users
        call: devicemanagement-users-devicemanagementtroubleshootingevent.usersgetdevicemanagementtroubleshootingevents
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: usersupdatedevicemanagementtroubleshootingevents
        description: Microsoft Graph Update the navigation property deviceManagementTroubleshootingEvents in users
        call: devicemanagement-users-devicemanagementtroubleshootingevent.usersupdatedevicemanagementtroubleshootingevents
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: usersdeletedevicemanagementtroubleshootingevents
        description: Microsoft Graph Delete navigation property deviceManagementTroubleshootingEvents for users
        call: devicemanagement-users-devicemanagementtroubleshootingevent.usersdeletedevicemanagementtroubleshootingevents
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devicemanagement-users-devicemanagementtroubleshootingevent-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Devicemanagement — users.deviceManagementTroubleshootingEvent. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-devicemanagementtroubleshootingevents-users
      description: Microsoft Graph Get deviceManagementTroubleshootingEvents from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-users-devicemanagementtroubleshootingevent.userslistdevicemanagementtroubleshootingevents
      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 deviceManagementTroubleshootingEvents for users
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devicemanagement-users-devicemanagementtroubleshootingevent.userscreatedevicemanagementtroubleshootingevents
      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-users-devicemanagementtroubleshootingevent.usersdevicemanagementtroubleshootingeventsgetcount3623
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-devicemanagementtroubleshootingevents-users-2
      description: Microsoft Graph Get deviceManagementTroubleshootingEvents from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devicemanagement-users-devicemanagementtroubleshootingevent.usersgetdevicemanagementtroubleshootingevents
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property deviceManagementTroubleshootingEvents in users
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: devicemanagement-users-devicemanagementtroubleshootingevent.usersupdatedevicemanagementtroubleshootingevents
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property deviceManagementTroubleshootingEvents for users
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: devicemanagement-users-devicemanagementtroubleshootingevent.usersdeletedevicemanagementtroubleshootingevents
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.