Skip to main content
Version: 2.0.0

Description

An account is a collection of information related to your user account.

Resource

An account resource conforms to the following interface.

interface UserAccount {
email: string
first_name: string
last_name: string
created_at: datetime
teams: number
}

interface Team {
uuid: string
name: string
plan: string
voice_limit: number
units: string
rate: number
current_usage: number
}