Query parameters
-
id
integer Required Group ID to traverse
GET
/api/groups/tree
curl \
--request GET 'http://api.example.com/api/groups/tree?id=42' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Group ID to traverse
curl \
--request GET 'http://api.example.com/api/groups/tree?id=42' \
--header "Authorization: Bearer $ACCESS_TOKEN"