Aller au contenu principal

UserDetailResponse

Détails complets d'un utilisateur

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
avatar_url 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
updated_at object
anyOf
string<date-time>
last_login object
anyOf
string<date-time>
is_email_verifiedIs Email Verified (boolean)
Default value: false
is_phone_verifiedIs Phone Verified (boolean)
Default value: false
is_activeIs Active (boolean)
Default value: true
login_attemptsLogin Attempts (integer)
Default value: 0
profile_completionProfile Completion (number)
Default value: 0
total_internships object
anyOf
integer
active_internships object
anyOf
integer
details object
anyOf
object
UserDetailResponse
{
"id": "string",
"email": "string",
"user_type": "string",
"status": "string",
"first_name": "string",
"last_name": "string",
"phone": "string",
"avatar_url": "string",
"university_id": "string",
"university_name": "string",
"company_id": "string",
"company_name": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"last_login": "2024-07-29T15:51:28.071Z",
"is_email_verified": false,
"is_phone_verified": false,
"is_active": true,
"login_attempts": 0,
"profile_completion": 0,
"total_internships": 0,
"active_internships": 0,
"details": {}
}