Airtable · Example Payload

Airtable User Example

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

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

Top-level fields

idemailnamestateisAdmincreatedTimelastActivityTimecollaborations

Example Payload

Raw ↑
{
  "id": "rec123abc456",
  "email": "user@example.com",
  "name": "Example Name",
  "state": "managed",
  "isAdmin": true,
  "createdTime": "2026-04-19T10:30:00.000Z",
  "lastActivityTime": "2026-04-19T10:30:00.000Z",
  "collaborations": {}
}