{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"avatar": {
"type": "string",
"description": "The avatar value"
},
"blocked": {
"type": "boolean",
"description": "The blocked value"
},
"checklistTasks": {
"description": "Checklist Tasks"
},
"companyId": {
"type": "string",
"description": "Company Id"
},
"companyName": {
"type": "string",
"description": "Company Name"
},
"countFeedbackComments": {
"type": "number",
"description": "Count Feedback Comments"
},
"countFeedbackReports": {
"type": "number",
"description": "Count Feedback Reports"
},
"customData": {
"description": "Custom Data"
},
"deviceType": {
"type": "string",
"description": "Device Type"
},
"email": {
"type": "string",
"description": "The email value"
},
"emailOnly": {
"type": "boolean",
"description": "Email Only"
},
"eventData": {
"description": "Event Data"
},
"facebookId": {
"type": "string",
"description": "Facebook Id"
},
"firstActivity": {
"description": "First Activity"
},
"gleapHash": {
"type": "string",
"description": "Gleap Hash"
},
"gleapId": {
"type": "string",
"description": "Gleap Id"
},
"instagramId": {
"type": "string",
"description": "Instagram Id"
},
"instagramUsername": {
"type": "string",
"description": "Instagram Username"
},
"lang": {
"type": "string",
"description": "The lang value"
},
"lastActivity": {
"description": "Last Activity"
},
"lastFeedbackReport": {
"description": "Last Feedback Report"
},
"lastHeardFrom": {
"description": "Last Heard From"
},
"lastPageView": {
"description": "Last Page View"
},
"location": {
"description": "The location value"
},
"name": {
"type": "string",
"description": "The name value"
},
"organisation": {
"type": "string",
"description": "The organisation value"
},
"outboundHistory": {
"description": "Outbound History"
},
"phone": {
"type": "string",
"description": "The phone value"
},
"plan": {
"type": "string",
"description": "The plan value"
},
"platform": {
"type": "string",
"description": "The platform value"
},
"project": {
"type": "string",
"description": "The project value"
},
"sessions": {
"type": "number",
"description": "The sessions value"
},
"sla": {
"type": "number",
"description": "The sla value"
},
"tags": {
"type": "array",
"description": "The tags value"
},
"telegramChatId": {
"type": "string",
"description": "Telegram Chat Id"
},
"telegramUsername": {
"type": "string",
"description": "Telegram Username"
},
"unsubscribed": {
"type": "boolean",
"description": "The unsubscribed value"
},
"unsubscribedAt": {
"description": "Unsubscribed At"
},
"unsubscribeReason": {
"type": "string",
"description": "Unsubscribe Reason"
},
"userId": {
"type": "string",
"description": "User Id"
},
"value": {
"type": "number",
"description": "The value value"
}
},
"required": [
"PCID"
]
}