Authorization: Bearer ********************{
"status": "success",
"message": "Organization structure fetched successfully",
"data": [
{
"id": 1,
"name": "Super Admin",
"email": "superadmin@example.com",
"phone_number": "628123456780",
"photo_profile": "profile_photos/super_admin.jpg",
"department_id": 1,
"department": "IT",
"job_position_id": 1,
"job_position": "Junior Foreman Production",
"job_level_id": 1,
"job_level": "Staff",
"relationship_type": null,
"primary_direct_report": [],
"secondary_direct_report": [],
"team_members": [],
"children": [
{
"id": 2,
"name": "John Doe",
"email": "john.doe@example.com",
"phone_number": "628123456789",
"photo_profile": "profile_photos/john_doe.jpg",
"department_id": 2,
"department": "HR",
"job_position_id": 3,
"job_position": "Shift Manager",
"job_level_id": 1,
"job_level": "Staff",
"relationship_type": "primary",
"primary_direct_report": [
{
"id": 1,
"name": "Super Admin"
},
{
"id": 3,
"name": "Jane Doe"
}
],
"secondary_direct_report": [],
"team_members": [
{
"id": 1,
"name": "IT",
"description": "IT Team",
"deleted_at": null,
"created_at": "2025-08-28T10:34:49.000000Z",
"updated_at": "2025-08-28T10:34:49.000000Z"
},
{
"id": 2,
"name": "HR",
"description": "HR Team",
"deleted_at": null,
"created_at": "2025-08-28T10:34:49.000000Z",
"updated_at": "2025-08-28T10:34:49.000000Z"
},
{
"id": 3,
"name": "Finance",
"description": "Finance Team",
"deleted_at": null,
"created_at": "2025-08-28T10:34:49.000000Z",
"updated_at": "2025-08-28T10:34:49.000000Z"
}
],
"children": []
}
]
},
{
"id": 3,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"phone_number": "628123456789",
"photo_profile": "profile_photos/jane_doe.jpg",
"department_id": 3,
"department": "Finance",
"job_position_id": 1,
"job_position": "Junior Foreman Production",
"job_level_id": 2,
"job_level": "Senior Staff",
"relationship_type": null,
"primary_direct_report": [],
"secondary_direct_report": [],
"team_members": [],
"children": [
{
"id": 2,
"name": "John Doe",
"email": "john.doe@example.com",
"phone_number": "628123456789",
"photo_profile": "profile_photos/john_doe.jpg",
"department_id": 2,
"department": "HR",
"job_position_id": 3,
"job_position": "Shift Manager",
"job_level_id": 1,
"job_level": "Staff",
"relationship_type": "primary",
"primary_direct_report": [
{
"id": 1,
"name": "Super Admin"
},
{
"id": 3,
"name": "Jane Doe"
}
],
"secondary_direct_report": [],
"team_members": [
{
"id": 1,
"name": "IT",
"description": "IT Team",
"deleted_at": null,
"created_at": "2025-08-28T10:34:49.000000Z",
"updated_at": "2025-08-28T10:34:49.000000Z"
},
{
"id": 2,
"name": "HR",
"description": "HR Team",
"deleted_at": null,
"created_at": "2025-08-28T10:34:49.000000Z",
"updated_at": "2025-08-28T10:34:49.000000Z"
},
{
"id": 3,
"name": "Finance",
"description": "Finance Team",
"deleted_at": null,
"created_at": "2025-08-28T10:34:49.000000Z",
"updated_at": "2025-08-28T10:34:49.000000Z"
}
],
"children": []
}
]
}
]
}