User Model
№
Key
Type
Exists
Description
{
"uuid": "b528bcb9-86cf-2d72834d02ab",
"email": "[email protected]",
"first_name": "John",
"last_name": "Johnson",
"status": {...//Status Model},
"company": {...//Account Model},
"end_user": {...//End User Model},
"is_two_factor_enabled": true,
"timezone": "UTC",
"format_date_time": "Y-m-d H:i:s",
"format_number": "fr-CA"
}Last updated