OrgCommunicationsRecipients

People you can write to

The org's contacts, for the compose picker — name, title, district, and whether they can be reached by email or LinkedIn. Only reachable people are returned: someone with neither is a dead end dressed as a choice, and you would only find out after writing the message.

GET
/org/communications/recipients

The org's contacts, for the compose picker — name, title, district, and whether they can be reached by email or LinkedIn. Only reachable people are returned: someone with neither is a dead end dressed as a choice, and you would only find out after writing the message.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Query Parameters

q?string

Matches name, title, email, or district.

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/org/communications/recipients"
{
  "data": [
    {
      "orgContactId": "f254015d-44cc-4ee5-9cea-2b17f50d6399",
      "name": "string",
      "title": "string",
      "email": "string",
      "hasLinkedin": true,
      "districtId": "dcfc5a80-c117-43e5-9945-b0823e3dd8ce",
      "districtName": "string",
      "schoolId": "dfe953a5-755d-47f9-a230-5efd591653e3",
      "schoolName": "string"
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "module_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}