0
votes

I was able to access basic info of Child Folders of a Public Root Folder using this endpoint: https://graph.microsoft.com/v1.0/users/{user}/mailFolders/PublicFoldersRoot/childFolders

How can I access details of one of these child folders? https://graph.microsoft.com/v1.0/users/{user}/mailFolders/PublicFoldersRoot/{Child-folder-ID}/childFolders

API response:

{
  StatusCode: 400, 
  ReasonPhrase: 'Bad Request'
}

Any help would be appreciated?

1

1 Answers

0
votes

Public folders are not supported with the Microsoft Graph API. Public folders aren't mentioned as a distinguished folder in the documentation.

You can upvote this as a feature request.