Basecamp · Schema
PersonRef
Minimal reference to a Basecamp person
CollaborationProject ManagementRESTSaaSTeam Communication
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Person ID |
| attachable_sgid | string | Signed global ID for attaching this person |
| name | string | Full name |
| email_address | string | Email address |
| personable_type | string | Type of personable (User, Client, etc.) |
| title | string | Job title |
| bio | string | Short biography |
| location | string | Location string |
| created_at | string | Account creation timestamp |
| updated_at | string | Last update timestamp |
| admin | boolean | Whether the person is an account administrator |
| owner | boolean | Whether the person is the account owner |
| client | boolean | Whether the person is a client user |
| employee | boolean | Whether the person is an employee |
| time_zone | string | IANA time zone name |
| avatar_url | string | URL to the person's avatar image |
| company | object | Company the person belongs to |