Thanks for posting in our Q&A forum.
This is a predictable phenomenon. According to this blog: https://techcommunity.microsoft.com/t5/exchange-team-blog/change-in-naming-convention-of-user-s-name-parameter/bc-p/3672755
We’ll use this GUID as Name instead of synchronizing the Name from on-premises (when in Hybrid environment) or using the alias (if Name is not specified) to compute the Name parameter in Exchange Online.
You’ll need a roundtrip to PowerShell and use the Get-Recipient cmdLets to obtain the DisplayName of the GUID shown in your mailbox permissions, such as:
Get-Recipient 860047a6-a9bc-4d63-8d6f-XXXX).DisplayName
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.