For Developers
List District Administrators
GET https://ed.link/api/v2/graph/districts/:district_id/administrators
Retrieve a list of all People with the district-administrator
role in the specified District.
Sample Request
axios.get('https://ed.link/api/v2/graph/districts/c688ba67-9389-4010-b0e5-40004aa01376/administrators', {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});
Sample Response
{
"$data": [
{
"address": {
"street": "618 Gopher Road",
"unit": null,
"postal_code": "97448",
"city": "Gravity Falls",
"state": "Oregon",
"country": "US"
},
"created_date": "2025-08-12T04:17:17.757Z",
"updated_date": "2025-08-12T04:17:17.757Z",
"first_name": "Stanley",
"middle_name": "Stan",
"last_name": "Pines",
"display_name": "Grunkle Stan",
"graduation_year": null,
"letter_grade": null,
"gpa": null,
"picture_url": null,
"email": "",
"phone": null,
"locale": null,
"time_zone": null,
"demographics": {
"birthday": null,
"gender": null,
"residence_status": null,
"english_language_learner": null,
"country_of_birth": null,
"state_of_birth": null,
"city_of_birth": null,
"hispanic_or_latino_ethnicity": null,
"races": [],
"homeless": null,
"disability": null,
"gifted_talented": null,
"food_service_program_eligibility": null,
"economically_disadvantaged": null,
"migrant": null,
"public_assistance": null,
"rural_residency": null,
"individualized_education_plan": null,
"primary_language": null,
"special_accommodations": null,
"military_connected": null
},
"properties": {},
"product_ids": [
"6c3618cb-6f1e-4c29-9b17-bed26de68729",
"9db1de04-686b-4b59-b8ce-15bfcb757c60",
"de8f4e41-c64c-4fe8-bcba-d74e1351d6d5",
"f2f5235f-959b-4456-8341-89ed3087a145",
"393e55d5-1e58-46e2-b75f-72308b314219"
],
"identifiers": [
{
"type": "sis_id",
"value": "202"
},
{
"type": "sis_id",
"value": "7009"
}
],
"rule_ids": [],
"id": "2aaab406-be70-4b65-9274-275f3d1445f4",
"roles": ["district-administrator"],
"grade_levels": [],
"district_id": "90daaea9-64ad-447b-b5e9-1aec7a7ff9c8",
"school_ids": ["45b8b9a4-89e2-4d51-b79a-08ea043c22a5", "f507d94a-c6c7-4442-8d08-c205b9b232ae"],
"department_ids": []
}
],
"$request": "00000000-0000-0000-0000-000000000000"
}