{
"_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
}
}
Represents an account, including personal details, organizational affiliations, and payment information.