I'm trying to connect to the SPO user profile properties to retrieve a custom property via the "Send an HTTP request to SharePoint" connector.
The request is:
/_api/SP.UserProfiles.PeopleManager/GetPropertiesFor(accountName=@v)?%40v='{Employee Claims}'
where the dynamic content "Employee Claims" displays i:0#.f|membership|user@domain.com to populate the accountName,
however the flow continues to fail with the error, "The query string "accountName" is missing or invalid."
I've tried '@', '%40' and still no luck. What am I doing wrong?
If there is another way to successfully get the SPO user custom profile properties (not Office 365), your help is greatly appreciated.
I need this information for the conversion of multiple SPD workflows to Power Automate.