Search code examples
azureazure-active-directoryazure-ad-graph-apiactive-directory-group

Getting AD Group's creation timestamp


How do I get the creation timestamp of an AD Group ?

I looked at IGroupCollection but couldn't find anything relevant.


Solution

  • AFAIK , we can't get the creation timestamp of an AD Group with Azure AD REST API or client library , since no creation timestamp property exists in Group Entity . If you want to get the creation timestamp property with rest api , you could post a feedback in here .