Endpoint · Organisations
List an organisation's people
Everyone with a recorded role at the organisation, grouped as executives, professionals and alumni.
GET
/v1/organisations/{organisationReference}/peopleAuthentication
Bearer token in the Authorization header. The token reaches what your plan covers. Getting a token.
Parameters
path parameters
organisationReferenceuuid·pathrequired- The organisation's reference.
Response
success holds the object below.
current_executivesarrayCurrent staff whose title reads as executive.current_professionalsarrayEveryone else currently there.alumniarrayFormer staff, most recent leaver first.
Not paginated. Every person comes back in one response.
Examples
Set CHIKARA_API_TOKEN and each sample runs as written. Example records are invented.
curl -sS "https://api.chikaraintel.com/v1/organisations/3f2a9c1e-7b4d-4e8a-9c21-5d6e7f8a9b01/people" \
-H "Authorization: Bearer $CHIKARA_API_TOKEN" \
-H "Accept: application/json"See pagination and errors.
Used by
MCP tools built on this endpoint.