powershell - Can I get or set user thumbnail photo using Azure AD REST API? -
i'd manage active directory user's thumbnail photos using azure rest api. can azure active directory rest api, exchange online rest api, unified graph api. of those.
unfortunately object returned graph api not contain photo data. , $link references did not work me either.
any ideas?
regards, dmitry
yes, can. try this:
http https://graph.windows.net/<directory_name_or_id>/users/<users_upn_or_objectid>/thumbnailphoto"
Comments
Post a Comment