Basecamp · JSON Structure

Profileupdaterequest Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Profileupdaterequest Structure is a JSON Structure definition published by Basecamp. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/basecamp/json-structure/profileupdaterequest-structure.json",
  "title": "ProfileUpdateRequest",
  "type": "record",
  "members": [
    {
      "name": "name",
      "type": "string",
      "description": "Full name"
    },
    {
      "name": "email_address",
      "type": "string",
      "description": "Email address"
    },
    {
      "name": "title",
      "type": "string",
      "description": "Job title"
    },
    {
      "name": "bio",
      "type": "string",
      "description": "Short biography"
    },
    {
      "name": "location",
      "type": "string",
      "description": "Location string"
    },
    {
      "name": "time_zone_name",
      "type": "string",
      "description": "IANA time zone name"
    }
  ]
}