employeeLeaveDateTime attribute value shows as Null when queried via graph explorer

Carl Love 0 Reputation points
2025-05-07T19:33:15.3466667+00:00

I have employeeLeaveDateTime mapped to msDS-cloudExtensionAttribute2 in Entra with inbound/outbound sync rules. When I set the the value in AD the sync processes without errors, but when I query via graph explorer the value is null. Looking at the metaverse object properties I would expect the employeeLeaveDateTime to return a value via graph Get request. The account I'm using to query via graph explorer has Global Admin privs.LeaveDateTimeInboundSycRule

LeaveDateTimeOutboundSycRule

employeeLeaveDateValue

graph-image

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,496 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Menouar Khiat 0 Reputation points
    2025-05-07T22:26:49.4+00:00

    You will be able to read this value only by using the Microsoft graph PowerShell as mentioned in the documentation:

    https://learn.microsoft.com/en-us/entra/id-governance/how-to-lifecycle-workflow-sync-attributes#how-to-verify-these-attribute-values-in-microsoft-entra-id

    sharing the result for the same user :

    Using Microsoft graph PowerShell SDK

    User's image

    Also i was confused first time when i was testing this.


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.