Error When I try to Move Messages to Another Folder Using Graph Explorer

Alexandre Chufan Pires 1 Reputation point
2021-04-26T16:42:13.437+00:00

Hello;

I got this error (see below) when I try to move a message from a shared folder to another folder (outside original mailbox's message). It was working fine last week. I dont know whait is happening.

Service Unavailable - 503 - 38092ms

"code": "ErrorMailboxMoveInProgress",
"message": "Mailbox move in progress. Try again later., The user and the mailbox are in different Active Directory sites."

Tks : )

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,568 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sven Kronshage 6 Reputation points
    2021-04-28T07:29:42.443+00:00

    Same for me.
    I can make a get request to: https://graph.microsoft.com/v1.0/users/SOMEUSERID/mailFolders/
    But when I try to get: https://graph.microsoft.com/v1.0/users/SOMEUSERID/mailFolders/PublicFoldersRoot/childFolders
    I get an error result for any user of this domain:

    {
    "error": {
    "code": "ErrorMailboxMoveInProgress",
    "message": "Mailbox move in progress. Try again later., The user and the mailbox are in different Active Directory sites."
    }
    }

    1 person found this answer helpful.