
Announcements
My tenant has two geo storage locations such as NA and EUR.
I have a flow which performs the following operations:
a. Get SharePoint Site using MS graph call https://graph.microsoft.com/v1.0/sites/<hostname>:/sites/<site>
b. Get User using MS graph call https://graph.microsoft.com/v1.0/users/<user principal>
c. Follow SharePoint Site using MS graph call https://graph.microsoft.com/v1.0/users/<user id>/followedSites/add by passing Site ID got from step a.
The above steps are working fine for following SharePoint sites in North America region. But, failing to follow for the site in EUR geo region and the Follow Site graph call returning error saying "The site Id information that is provided in the request is incorrect".
I followed the instructions from https://docs.microsoft.com/en-us/graph/api/site-follow?view=graph-rest-1.0&tabs=http
Any thoughts?