MicrosoftGraph.Users.Photo (Microsoft Graph API Client v0.2.0)

https://docs.microsoft.com/en-us/graph/api/resources/profilephoto?view=graph-rest-1.0

Link to this section Summary

Functions

Returns the actual user photo binary data.

Gets the data about a user's profile photo.

Link to this section Functions

Link to this function

get_user_photo(client, id, options \\ [])

Returns the actual user photo binary data.

examples

Examples

iex> Microsoft.Photo.get_photo(client, "user_id")
{:ok, response}
Link to this function

get_user_photo_metadata(client, id, options \\ [])

Gets the data about a user's profile photo.

examples

Examples

iex> Microsoft.Photo.get_user_photo_metadata(client, "user_id")
{:ok, response}