Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hello Lucinda,
Can these user edit their own user photo? Could those users edit the photo before? If not, you can involved the administrator to connect to Exchange Online PowerShell, run
Get-OwaMailboxPolicy |fl *photo*
Check the output, does the SetPhotoEnabled parameter show "$False" ? If yes, change it to $true, will it work?
Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -SetPhotoEnabled $true
Best regards,
Alison