{
"tenant_code": "string",
"hierarchy_level": 0,
"posting_date_time": "2024-08-20T04:35:18.218Z",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/get_organization_hierarchy' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_code": "string",
"hierarchy_level": 0,
"posting_date_time": "2024-08-20T04:35:18.218Z",
"page_number": 0
}'
[
{
"tenant_code": "string",
"hierarchy_code": "string",
"hierarchy_name": "string",
"employee_name": "string",
"hierarchy_level": 0,
"parent_code": "string",
"user_Ccde": "string",
"parent_hierarchy": "string",
"mobile": "string",
"email": "string",
"is_active": "string"
}
]