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
Interact with SharePoint user profiles via the User Profile Service:
view profile properties, manage followers, explore social features, and
access OneDrive URLs.
Prerequisites
Requirement
Description
Reference
Read access to user profiles
Required to view profile properties. User context needed for follow/social features.
graph TD
site["User Profile Service\n(tenant-wide)"]
props["Profile Properties\ndepartment, skills,\nmanager, photo"]
social["Social Features\nfollowing, followers,\ntrending tags"]
onedrive["OneDrive URL\npersonal site link"]
site --> props
site --> social
site --> onedrive
props --> user["User A"]
props --> user2["User B"]
social --> follows["A follows B"]
social --> trending["#tags"]
Loading
The User Profile Service is a tenant-level service that stores user
metadata separately from site permissions. It is accessed via
ctx.people_manager for profile properties, social operations, and
profile picture / property updates.