You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, see the [MultiGeo.UserProfileUpdates](https://github.com/SharePoint/PnP/tree/master/Samples/MultiGeo.UserProfileUpdates) sample.
52
+
44
53
45
54
## Get the ___location of a user's OneDrive for Business site using CSOM and REST
46
55
@@ -50,6 +59,16 @@ The following example shows a REST-based query to get the ___location of a OneDrive
50
59
GET https://contoso.sharepoint.com/_api/SP.UserProfiles.PeopleManager/GetPropertiesFor(accountName=@v)/PersonalUrl?%40v=%27i%3A0%23.f%7Cmembership%7Cbert%40contoso.onmicrosoft.com%27
51
60
```
52
61
62
+
#### Example response for a ___location of user's OneDrive for Business site using REST
0 commit comments