Data Providers
...
MS Graph
Graph User Profile

Update Profile Photo

6min

Scenario

Update a user's profile photo in Microsoft Graph using the media-field component in a to select the photo. A Jigx REST function is used in the execute-entity action to make the update.

Resource links:

Required OAuth scope (least to most privilege):

User.ReadWrite User.ReadWrite.All

Update profile photo
Update profile photo


Examples and code snippets

When using the code and samples in this topic, remember that they are designed to function as part of a comprehensive solution. To fully benefit from the intended functionality and ensure compatibility, it is recommended that you use the entire solution rather than selecting individual components in isolation. Alternatively, you can use these samples as a guide to understand the underlying concepts and MS Graph API, which can help you integrate similar solutions into your projects more effectively. The entire MS Graph solution is available on GitHub.



General

index.jigx


Functions

MS Graph User function in GitHub.

update-profile-picture.jigx


Jigs

MS Graph User in GitHub.

update-profile-picture.jigx


See Also