curl --request GET \
--url https://api.yourjobsearchgenius.ai/v1/users/{_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"_id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"uniqueUserId": "<string>",
"accountStatus": "active",
"onboardingCompleted": true,
"lastLoginDate": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"autoLogin": {
"autoLoginUrl": "<string>",
"autoLoginCode": "<string>"
},
"engagementStats": {
"resumesCount": 123,
"interviewsCount": 123,
"jobTracking": {
"totalJobs": 123,
"statusBreakdown": {
"applied": 123,
"interviewing": 123,
"offered": 123,
"rejected": 123
}
},
"mockInterviews": {
"totalInterviews": 123,
"interviews": [
{
"_id": "<string>",
"title": "<string>",
"stageType": "<string>",
"difficulty": "<string>",
"isCompleted": true,
"createdAt": "2023-11-07T05:31:56Z",
"takeCount": 123,
"averageScore": 123,
"allTakes": [
{
"_id": "<string>",
"title": "<string>",
"stageType": "<string>",
"difficulty": "<string>",
"isCompleted": true,
"createdAt": "2023-11-07T05:31:56Z",
"score": 123
}
]
}
]
},
"offerNegotiationsCount": 123,
"contactsCount": 123,
"coverLettersCount": 123
}
},
"success": true
}Retrieves detailed information about a specific user including engagement statistics.
curl --request GET \
--url https://api.yourjobsearchgenius.ai/v1/users/{_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"_id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"uniqueUserId": "<string>",
"accountStatus": "active",
"onboardingCompleted": true,
"lastLoginDate": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"autoLogin": {
"autoLoginUrl": "<string>",
"autoLoginCode": "<string>"
},
"engagementStats": {
"resumesCount": 123,
"interviewsCount": 123,
"jobTracking": {
"totalJobs": 123,
"statusBreakdown": {
"applied": 123,
"interviewing": 123,
"offered": 123,
"rejected": 123
}
},
"mockInterviews": {
"totalInterviews": 123,
"interviews": [
{
"_id": "<string>",
"title": "<string>",
"stageType": "<string>",
"difficulty": "<string>",
"isCompleted": true,
"createdAt": "2023-11-07T05:31:56Z",
"takeCount": 123,
"averageScore": 123,
"allTakes": [
{
"_id": "<string>",
"title": "<string>",
"stageType": "<string>",
"difficulty": "<string>",
"isCompleted": true,
"createdAt": "2023-11-07T05:31:56Z",
"score": 123
}
]
}
]
},
"offerNegotiationsCount": 123,
"contactsCount": 123,
"coverLettersCount": 123
}
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The user's unique identifier
"507f1f77bcf86cd799439011"