How to find when a User was created in Azure AD (or MS365)

Tony 1 Reputation point
2020-07-17T13:30:17.13+00:00

Hi all,

I'm trying to find out how to view when a User was created. In the Azure AD portal I cannot find a property or field where I can see the creation date.
Is it possible? If not, should I use a powershell command, and which one?

Thank you

Tony

Microsoft Security | Microsoft Entra | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,526 Reputation points Moderator
    2020-07-17T14:21:30.58+00:00

    Use Get a user and inspect the createdDateTime property.

    3 people found this answer helpful.

  2. Mike Crowley 216 Reputation points
    2021-06-30T16:16:13.897+00:00

    whencreated is also returned by get-msoluser.

    Also a lazy cheat is to press f12 on your browser and refresh the azure ad portal page. then look for something like "GET
    https://graph.microsoft.com/v1.0/users/<guid>". You'll see all the graph properties. Not sure why Microsoft didn't actually render this property in the portal...

    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.