-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I would like to obtain the Photo for a given user. I just find the metadata like height
photo, err := graphClient.Users().ID( *user.ID ).Photo().Request().Get(ctx)
var height = photo.Height
The documentation states that there should be a "$value" added to the path. How do I construct it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels