Skip to main content

List User Owned Devices

Get the list of devices that are owned by the user. Please note that this action is supported only for the delegated (OAuth) method.

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 Owned Devices with Microsoft Intune and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop