curl --request GET \
--url https://api.example.com/orgs/all/directories/tree{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Get hierarchical directory structure across all organizations the user is a member of.
This endpoint is used by the frontend to show a unified directory tree view across all organizations the user has access to.
curl --request GET \
--url https://api.example.com/orgs/all/directories/tree{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}