List User Registered Devices
Get a list of user's registered devices. Please note that this action is supported only for the delegated (OAuth) method.
External Documentation
To learn more, visit the Microsoft Intune documentation.
Parameters
Parameter | Description |
---|---|
User ID Or Principle Name | The 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
Preview this Workflow on desktop