Basecamp · Example Payload

Profileupdaterequest Example

CollaborationProject ManagementRESTSaaSTeam Communication

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

Top-level fields

nameemail_addresstitlebiolocationtime_zone_name

Example Payload

Raw ↑
{
  "name": "example-name",
  "email_address": "example-email_address",
  "title": "example-title",
  "bio": "example-bio",
  "location": "example-location",
  "time_zone_name": "example-time_zone_name"
}