Forum Discussion
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 hours of research I found no way to get this property via Microsoft Graph. From my research I've been seeing No's as answers, but I didn't find any recent confirmation.
And it seems that it can only be obtained through powershell.
- 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.
3 Replies
- 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.
- KakikoCopper Contributor
Thank you very much for the answer.
Sorry to bother you, but I have 1 more question.
I am needing to get internal user's assistant name using Graph API.
Is it possible to get it?
I only found the assistant name as contact, but what I need is the assistant of the user.
https://graph.microsoft.com/v1.0/me/contacts/Hope you will reply to me.
- There is no built-in field to designate "assistant", afaik. You have to come up with your own criteria for determining that, perhaps something based on the user's Title and managerial relationship.