Microsoft Endpoint Configuration Management User Device Inventory

Version 1.0.0

List a user's Azure AD owned devices and correlate them with their Intune managed devices.

1 workflow 1 source API 1 provider
View Spec View on GitHub ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware DeploymentArazzoWorkflows

Provider

microsoft-endpoint-configuration-management

Workflows

user-device-inventory
List a user's owned devices and their enrolled managed devices.
Lists the user's Azure AD owned devices, then lists the Intune managed devices filtered by the supplied user principal name.
2 steps inputs: accessToken, userId, userPrincipalName outputs: managedDevices, ownedDevices
1
listOwnedDevices
listUserOwnedDevices
List the devices the user owns in Azure Active Directory.
2
listManagedForUser
listManagedDevices
List Intune managed devices filtered to the supplied user principal name.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Microsoft Endpoint Configuration Management User Device Inventory
  summary: List a user's Azure AD owned devices and correlate them with their Intune managed devices.
  description: >-
    A user-centric inventory flow over the Microsoft Graph API. The workflow
    lists the devices a user owns in Azure Active Directory, then lists the
    Intune managed devices filtered to the same user principal name so an
    operator can see which owned devices are actually enrolled and managed.
    Every step spells out its request inline so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: intuneGraphApi
  url: ../openapi/microsoft-endpoint-configuration-management-intune-graph-api-openapi.yml
  type: openapi
workflows:
- workflowId: user-device-inventory
  summary: List a user's owned devices and their enrolled managed devices.
  description: >-
    Lists the user's Azure AD owned devices, then lists the Intune managed
    devices filtered by the supplied user principal name.
  inputs:
    type: object
    required:
    - userId
    - userPrincipalName
    properties:
      accessToken:
        type: string
        description: OAuth 2.0 bearer token for Microsoft Graph (DeviceManagementManagedDevices.Read.All).
      userId:
        type: string
        description: The Azure AD object id of the user.
      userPrincipalName:
        type: string
        description: The user principal name used to filter managed devices.
  steps:
  - stepId: listOwnedDevices
    description: List the devices the user owns in Azure Active Directory.
    operationId: listUserOwnedDevices
    parameters:
    - name: userId
      in: path
      value: $inputs.userId
    - name: Authorization
      in: header
      value: "Bearer $inputs.accessToken"
    - name: $top
      in: query
      value: 100
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      ownedDevices: $response.body#/value
  - stepId: listManagedForUser
    description: List Intune managed devices filtered to the supplied user principal name.
    operationId: listManagedDevices
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.accessToken"
    - name: $filter
      in: query
      value: "userPrincipalName eq '$inputs.userPrincipalName'"
    - name: $top
      in: query
      value: 100
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      managedDevices: $response.body#/value
  outputs:
    ownedDevices: $steps.listOwnedDevices.outputs.ownedDevices
    managedDevices: $steps.listManagedForUser.outputs.managedDevices

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/microsoft-endpoint-configuration-management-user-device-inventory-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.