Aller au contenu principal

UserListItem

Item de la liste des utilisateurs

idId (string)required
emailEmail (string)required
user_typeUser Type (string)required
statusStatus (string)required
first_name object
anyOf
string
last_name object
anyOf
string
phone object
anyOf
string
university_id object
anyOf
string
university_name object
anyOf
string
company_id object
anyOf
string
company_name object
anyOf
string
created_atstring<date-time>required
last_login object
anyOf
string<date-time>
is_email_verifiedIs Email Verified (boolean)required
is_activeIs Active (boolean)required
UserListItem
{
"id": "string",
"email": "string",
"user_type": "string",
"status": "string",
"first_name": "string",
"last_name": "string",
"phone": "string",
"university_id": "string",
"university_name": "string",
"company_id": "string",
"company_name": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"last_login": "2024-07-29T15:51:28.071Z",
"is_email_verified": true,
"is_active": true
}