Retrieve the image of a user.
To return avatar of user from O365 using url: api/users/photo/Microsoft.Graph.User/{email}. To return avatar of user from source using url: api/users/photo/{source-code}/{user-id}.
1 | GET api/users/photo/Microsoft.Graph.User/{email} |
api/users/photo/Microsoft.Graph.User/{email-user}
OR
api/users/photo/{source-code}/{user-id}
GET.
No support OData Filter syntax.
1 | --x-appvity-channelId: [ChannelID] |
This method does not supply the request body.
Success
Retrieve the image of user.
© Appvity. All rights reserved.
Comment