org_unit_id. This is the authoritative scope query — the returned IDs represent every org unit the specified group is responsible for, including itself, its immediate children (level 1), and all deeper descendants.org_unit_id itself is always included as the first element.org_unit_id. Requesting a unit outside your account scope returns a 401.curl --location --request GET 'https://platform-api.convirza.com/v3/groups/org-list/' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "Success",
"data": {
"orgUnits": [
1001,
1002,
1003,
2001,
2002,
2003,
2004
]
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}