I have a list of objectids of users/groups, and I would like to resolve them to display names and profile photos. Instead of making a separate request for each objectid, I would like to batch them and get all the results in one response. Is there an API available for that? From the searched that I've done, I couldn't find anything like that. If such an API doesn't exists, are there any tips to make this efficient?
Thanks, Boaz
This is a capability that we will be adding very soon (a new action called getById), that will allow you to specify up to 1000 objects to fetch from Microsoft Graph (although restricted for now to directory objects). This is similar to functionality that is currently supported in Azure AD Graph https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/functions-and-actions#getObjectsByObjectIds.
Will update this thread when this new action is available.
Hope this helps,