Share via


Microsoft Managed Desktop API

Overview

The Microsoft Managed Desktop API enables data and capabilities through a set of programmatic APIs that will allow you to automate workflows using your preferred tools.

The API enables you to view and manage devices, support tickets, and elevation requests details as you would through Microsoft Intune admin center).

Using the API, you can:

  • Get a list of devices managed within your tenant and detailed information about each device.
  • Get a list of users with their managed devices.
  • Create and manage support tickets.
  • Create and manage elevation requests.

Before you begin

In general, you’ll need to take the following steps to use the APIs:

  1. Create and register a Microsoft Entra application.
  2. Configure permissions for Microsoft Managed Desktop on your app.
  3. Get administrator consent or user credential.
  4. Get an access token.
  5. Use the token to access Microsoft Managed Desktop API.

For more information, see Get access to API with application context or user context.