Forum Discussion

Kakiko's avatar
Kakiko
Copper Contributor
Jul 10, 2023
Solved

How to get authOrig , msExchHideFromAddressLists , sourceAnchor through the MS Graph API

Is it possible to get the authOrig , msExchHideFromAddressLists , sourceAnchor property through any (Graph) REST API? I'm trying to get information from Azure is using Microsoft Graph. But after hou...
  • VasilMichev's avatar
    Jul 10, 2023
    You cannot, those properties are not exposed via the Graph API. Well, sourceAnchor is, via ImmutableId. For the others, you need to run Exchange Online PowerShell queries.

Resources