Data Providers
...
MS Graph
Graph User Profile

Get User Profile & Photo

6min

Scenario

Gets a user's profile and photo in Microsoft Graph using

 functions, and displays the profile and photo on a

using the image and entity component.

Resource links:

Required OAuth scope (least to most privilege):

User.Read User.ReadWrite User.ReadBasic.All User.Read.All User.ReadWrite.All Directory.Read.All Directory.ReadWrite.All

User Profile
User Profile


Examples and code snippets



General

index.jigx


Functions

MS Graph User functions in GitHub.

get-user-profile.jigx
get-profile-picture.jigx


Jigs

MS Graph User

 in GitHub.

view-user-jigx.jigx


See Also