Originally posted to the Office 365 forum, but it was suggested it should be posted here.
I am building a SharePoint 2013 platform workflow and want to lookup the manager of a user, I know this action is not supported in a SharePoint 2013 platform workflow and the alternate option is to use the WCF Service for User Profile Properties using “Call HTTP Web Service” action.
This works on-Prem but how can I get the “Call HTTP Web Service” to run on SharePoint Online?
The workflow email is not picking up the manager information following
SP.UserProfiles.PeopleManager
GetMyProperties/Manager
GetMyProperties?$select=Manager