Forum Discussion
Kakiko
Jul 10, 2023Copper Contributor
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...
- Jul 10, 2023You 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.
VasilMichev
Jul 10, 2023MVP
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.
Kakiko
Jul 10, 2023Copper 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.
- VasilMichevJul 10, 2023MVPThere 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.