{
"_id": "<string>",
"name": "<string>",
"email": "<string>",
"orgs": [
{
"id": "<string>",
"name": "<string>",
"ownerId": "<string>",
"teams": [
{
"id": "<string>",
"name": "<string>",
"ownerId": "<string>",
"permissions": {}
}
],
"permissions": {}
}
],
"currentOrg": "<string>",
"currentTeam": "<string>",
"stripe": {
"stripeCustomerId": "<string>",
"stripePlan": "<string>",
"stripeAddons": {
"users": 123,
"storage": 123
},
"stripeTrial": true,
"stripeEndsAt": 123
},
"oauth": {},
"permissions": "<string>",
"onboarded": true,
"_stripe": {
"stripeCustomerId": "<string>",
"stripePlan": "<string>",
"stripeAddons": {
"users": 123,
"storage": 123
},
"stripeTrial": true,
"stripeEndsAt": 123
}
}All Objects
Account
Represents an account, including personal details, organizational affiliations, and payment information.
Unique identifier for the account.
The name of the account holder.
The email address associated with the account.
List of organizations the account is affiliated with.
Show child attributes
Show child attributes
The ID of the currently active organization.
The ID of the currently active team.
Stripe-related information for the account.
Show child attributes
Show child attributes
OAuth-related information for the account.
Permissions granted to the account.
Indicates whether the account holder has completed onboarding.
Additional Stripe-related information for internal use.
Show child attributes
Show child attributes