_id
string
required

Unique identifier for the account.

name
string
required

The name of the account holder.

email
string
required

The email address associated with the account.

orgs
object[]
required

List of organizations the account is affiliated with.

currentOrg
string
required

The ID of the currently active organization.

currentTeam
string
required

The ID of the currently active team.

stripe
object
required

Stripe-related information for the account.

oauth
object
required

OAuth-related information for the account.

permissions
string
required

Permissions granted to the account.

onboarded
boolean
required

Indicates whether the account holder has completed onboarding.

_stripe
object
required

Additional Stripe-related information for internal use.