I'm looking at the Microsoft Graph API Beta for Users/Photo operations documentation and I am comparing it to the Outlook REST API. In the Outlook REST Beta there is the option of retrieving a photo by size.
GET https://outlook.office.com/api/beta/Users('{user_id}')/photos('{size}')/$value
I do not see a way in Graph API to request a photo by size. Is there anyway to do this? If not, is this a planned feature?