💡Introduction
Every user consuming the platform must be a part of an organisation
// Some code
{
"userId": "66932yd9839343",
"orgId": "67483723d3d34",
"orgAlias": "techCompanyXYZ",
"firstName": "Jane",
"lastName": "Doe",
"profession": "Software Engineer",
"email": "[email protected]",
"phone": "+1234567890",
"deleted": false,
"firebaseDeviceTokens": [
"token123abc",
"token456def"
],
"userCreditsBalance": 150,
"platform": "web", // android / ios / web
"createdAt": "2023-01-01T10:00:00Z",
"lastUsedAt": "2024-08-16T15:30:00Z"
}
Last updated