← Back to catalog
samuni.officials
mock data$0.001 / callSA Municipal — Officials Directory
Get contact details for senior officials of a South African municipality. Returns role, name, title, email address, and phone number. Common roles: Mayor/Executive Mayor, Deputy Mayor/Executive Mayor, Municipal Manager, Chief Financial Officer, Speaker, Chief Audit Executive. Requires demarcation code (e.g. CPT=Cape Town, JHB=Johannesburg, ETH=eThekwini). No auth required. Source: SA National Treasury MFMA officials cube.
Input schema
role
stringFilter by role name (e.g. "Mayor/Executive Mayor", "Chief Financial Officer", "Municipal Manager"). Case-sensitive, partial matches not supported.
demarcation_coderequired
stringMunicipality demarcation code to look up officials for (e.g. CPT=Cape Town, JHB=Johannesburg, ETH=eThekwini, TSH=Tshwane).
Call via REST
curl -X POST https://unifyapi.pro/api/call/samuni.officials \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"role":"<role>","demarcation_code":"<demarcation_code>"}'