IN Designer workflow I am using below Rest query
Site_Url/_api/SP.UserProfiles.PeopleManager/GetPropertiesFor(accountName=@v)?@v=%27doamin\acountname%27
Return data is in the below format
1-Its giving me all userprofile properties but I need to fetch only 2
2-I have to get the value of UserProfile_GuID and SID from response content in designer workflow
Vishal Goyal