Tany
Tany

Reputation: 1322

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.

Upvotes: 1

Views: 800

Answers (1)

Nan Yu
Nan Yu

Reputation: 27528

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 .

Upvotes: 2

Related Questions