Basecamp · Example Payload

Personref Example

CollaborationProject ManagementRESTSaaSTeam Communication

Personref Example is an example object payload from Basecamp, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idattachable_sgidnameemail_addresspersonable_typetitlebiolocationcreated_atupdated_atadminownerclientemployeetime_zoneavatar_urlcompany

Example Payload

Raw ↑
{
  "id": 0,
  "attachable_sgid": "example-attachable_sgid",
  "name": "example-name",
  "email_address": "example-email_address",
  "personable_type": "example-personable_type",
  "title": "example-title",
  "bio": "example-bio",
  "location": "example-location",
  "created_at": "2026-04-19T12:00:00Z",
  "updated_at": "2026-04-19T12:00:00Z",
  "admin": true,
  "owner": true,
  "client": true,
  "employee": true,
  "time_zone": "example-time_zone",
  "avatar_url": "example-avatar_url",
  "company": {}
}