{
"id": "string",
"email": "string",
"hasPassword": true,
"totalMinutes": 0,
"subscription": {
"status": "ACTIVE",
"paymentProvider": "STRIPE",
"createdAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"currentPeriodStart": "2019-08-24T14:15:22.123Z",
"currentPeriodEnd": "2019-08-24T14:15:22.123Z",
"planName": "string",
"planId": "string",
"planType": "ENTERPRISE",
"planPrice": 0,
"planMinutes": 0,
"planPeriod": "WEEKLY",
"planFeatures": [
"voicemail_included"
],
"remainingMinutes": 0,
"cancelAtPeriodEnd": true
},
"profile": {
"createdAt": "2021-01-01T00:00:00.000Z",
"referralCode": "1234567890",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+1234567890",
"phoneCarrier": "Verizon",
"isBlocked": false,
"kycRequired": false,
"balanceMinutes": 100,
"cityName": "New York",
"countryName": "United States",
"zipCode": "10001",
"address": "123 Main St",
"stateName": "New York",
"timezone": "America/New_York",
"companyName": "Acme Inc",
"companyWebsite": "https://www.acmeinc.com",
"companyDescription": "We are a company that makes widgets",
"companyIndustry": "Technology",
"companySize": "100",
"dob": "1990-01-01",
"disableEmails": false,
"sendEmailSummary": false,
"notifyCallActivity": true,
"notifyNewMessages": true,
"sendWeeklySummary": false,
"sendSmsNotifications": true,
"enableSmartRetry": false,
"autoCreateContacts": true,
"isVoicemailTested": false,
"sendDailyRecap": false,
"notifySpamCalls": false,
"notifyAbandonedCalls": false,
"dailyRecapTime": "18:00",
"dailyRecapDelivery": "PUSH",
"overrideEmail": "notifications@example.com,ops@example.com",
"preferredName": "Dr. Smith"
},
"isSubscribeExpiredOrCancelled": false,
"trial": {
"minutesRemaining": 0,
"totalMinutes": 0,
"hasReceived": true,
"minutesUsed": 0
},
"stats": {
"totalCalls": 25,
"successfulCalls": 20,
"totalMinutesUsed": 120,
"totalMinutesSpent": 150,
"successRate": 80,
"contactsCount": 150
},
"phone": {
"phone": "string",
"phoneChange": "string",
"changeToken": "string",
"confirmedAt": "2019-08-24T14:15:22.123Z"
},
"intercomHashIos": "string",
"intercomHashWeb": "string",
"intercomHashAndroid": "string",
"featureAccess": {
"CAMPAIGNS": "APPROVED"
}
}