Forum Discussion
Mihir_Kanojia
Mar 05, 2020Copper Contributor
Microsoft Graph API - Email Aliases
We are in the process of moving to Graph API's. I have a use case where I have 15 email aliases on a mailbox. During the app authentication, will it ask for which email aliases that I can give access...
VasilMichev
Mar 06, 2020MVP
The token is generated for your app, not the mailbox. Typically, the application will have access to all mailboxes, but you can scope this down if needed (I saw you found the article on this already). Aliases don't matter, they are resolved to the mailbox object.
Mihir_Kanojia
Mar 06, 2020Copper Contributor
Thank you for your inputs: Can you please send me the link for the scope?
- Mihir_KanojiaFeb 04, 2021Copper Contributor
Mihir_Kanojia Can you please post the article link which describes the scope for proxyaddresses object?
- Craig0001Apr 09, 2021Copper Contributor
Mihir_Kanojia https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-beta#properties Lists all available properties on a user.