Account Schema
Structure
{
"id": 123, // Unique identifier
"created_at": "2025-01-31T10:00:00.000Z", // Creation timestamp
"updated_at": "2025-01-31T10:00:00.000Z", // Last update timestamp
"disabled_at": null, // Optional disable timestamp
"company": "Example Inc.", // User's company
"name": "Example User", // User's full name
"email": "user@example.com", // User's email address
"apiKey": "api_key_12345", // API key for authentication
"timeZone": "America/New_York", // User's time zone
"customerId": "cust_12345" // External customer ID
}Fields
Field
Type
Description
SDK Representations
JavaScript SDK
Python SDK
PHP SDK
Examples
Active Account
Disabled Account
Related Endpoints
Last updated