Skip to main content

List User Registered Devices

Get a list of user's registered devices.

One of the following permissions is required to run this action:

  • User.Read.All
  • User.ReadWrite.All
  • Directory.Read.All
  • Directory.ReadWrite.All
External Documentation

To learn more, visit the Microsoft Intune documentation.

Parameters

ParameterDescription
User ID Or Principle NameThe identifier of the user for which to list devices.

Example Output

{
"value": [
{
"id": "id-value"
}
]
}

Workflow Library Example

List User Registered Devices with Microsoft Intune and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop