Skip to main content

Get account folder tree

GET 

/accounts/:accountResourceId/folder-tree

Returns the folder hierarchy of an account as nested children, limited to the folders the caller can access. depth bounds how many levels are returned (2 by default) and folder restricts the result to one branch. Experiences and member counts are expensive and excluded by default — request them with expand=experiences,members. Responds 404 when the account does not exist or the caller has no access to it.

Request

Responses