Represents an account, including personal details, organizational affiliations, and payment information.

_id
string
required

Unique identifier for the account.

_stripe
object
required

Additional Stripe-related information for internal use.

currentOrg
string
required

The ID of the currently active organization.

currentTeam
string
required

The ID of the currently active team.

email
string
required

The email address associated with the account.

name
string
required

The name of the account holder.

oauth
object
required

OAuth-related information for the account.

onboarded
boolean
required

Indicates whether the account holder has completed onboarding.

orgs
object[]
required

List of organizations the account is affiliated with.

permissions
string
required

Permissions granted to the account.

stripe
object
required

Stripe-related information for the account.