In this link: https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/users-operations there is a field called mailNickname which adds email alias for a user in active directory.
My organization uses this. So, 1 user will have 2 mail IDs ([email protected] and [email protected])
How do I get the alias list of a user through an API from the azure active directory?
We have implemented a web app with Single Sign On and the above problem leads to the same user creating 2 different accounts and both are not connected.
Any help is appreciated.