JDBC Driver for Azure Active Directory

Build 24.0.9175

DeviceRegisteredUsers

Associates device objects with their registered users, facilitating detailed user-device relationship analysis.

Table Specific Information

Select

Get the users of registered Devices in your Azure Active Directory. You can filter results by DeviceId and UserId.

  • DeviceId supports the '=' and IN operators.
  • UserId supports the '=' and IN operators.

For example, the following queries are processed server side:

SELECT * FROM DeviceRegisteredUsers WHERE DeviceId = '2b9c0347-9640-4ba4-bd2d-50965fb026e7'

SELECT * FROM DeviceRegisteredUsers WHERE UsersId IN (SELECT Id FROM Users)

Columns

Name Type Description
DeviceId [KEY] String The unique identifier assigned to each device registered in Azure Active Directory, used to track and manage devices.
UserId [KEY] String The unique identifier of the user associated with the registered device, enabling user-to-device relationship tracking.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175