Skip to content

Commit

Permalink
Add parent_org_id prop to org output
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatoriu committed Aug 28, 2024
1 parent e5845c1 commit 9d96ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/endpoints/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get(self):
for r in org_tree_records:
org = {
'id': r.id,
'parent_org_id': r.parent_org_id,
'name': r.name,
'depth': r.depth,
'member_count': r.member_count,
Expand Down

0 comments on commit 9d96ff3

Please sign in to comment.