Azure AD Devices graph api.

chris 66 Reputation points
2022-10-06T14:53:13.657+00:00

Hi devs,
I am new to Azure AD devices management,
While querying in graph explorer using device endpoint
ie:-

https://graph.microsoft.com/v1.0/devices

I got confused with these two properties as both the property value are always same.

  • registrationDateTime
  • createdDateTime

I wanted to know what is the difference between the two properties?

248080-aaddevice.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,253 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,189 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,072 questions
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 25,081 Reputation points Microsoft Employee
    2022-11-01T19:38:31.727+00:00

    Hi @chris , in doing research to answer your question I unfortunately don't think the Graph API offers a built in property for this. This is the list of device properties. It seems the only time-related properties are with syncing and sign-ins. Have you looked into adding custom data? With this you can add the creation date and call it when needed. Please let me know if you have any questions.

    Best,
    James

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.