Forum Discussion
babu_test
Oct 09, 2024Copper Contributor
I need to read the Alias in outlook using Graph API
In the previous version of the Outlook application, right-clicking on an email address provided an option labeled "Open Outlook Properties." Upon selecting this option, users could view various tabs,...
VasilMichev
Oct 09, 2024MVP
Alias is exposed as mailNickname in Graph:
GET https://graph.microsoft.com/beta/users/{userId}?$select=mailNickname