I have created a web part which will find the members of an Azure AD group. I am hoping to display each members profile picture. I do this by using this address for each member
https://sfeur.delve.office.com/mt/v3/people/profileimage?userId=joe.bloggs%40mytenant.com&size=L
This will work but ONLY if I open a browser to Delve before I run the code.
Is there a way to get this to work?
Thanks P