curl --request GET \
--url https://api.yertle.com/orgs/all/directories/tree{
"directories": [
{}
],
"tree": [
{}
]
}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.yertle.com/orgs/all/directories/tree{
"directories": [
{}
],
"tree": [
{}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
Root path to start tree from
Successful Response
Response for directory tree endpoints.
directories is used by the all-orgs tree variant; tree is used by the
per-org tree variant. Exactly one is populated per endpoint.