Get one user's job detail records
Get one user's job details records
GET /get-ee-job-details
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Required
Description
customer_id
string
The unique Marco identifier for your company.
email
string
Email of the user
Parameter Example
{
"customer_id": "1",
"email": "[email protected]"
}Response
[
{
"id": 4390,
"user": 2232,
"customer_id": 1,
"reporting_officer": 1818,
"is_intern": false,
"job_title": "Customer IT",
"job_description": "testing",
"location": "Beijing",
"work_email": "[email protected]",
"effective_date": "2025-01-01"
},
{
"id": 4391,
"user": 2232,
"customer_id": 1,
"reporting_officer": 1818,
"is_intern": false,
"job_title": "Customer IT",
"job_description": "testing",
"location": "Beijing",
"work_email": "[email protected]",
"effective_date": "2025-01-01"
},
{
"id": 3106,
"user": 2232,
"customer_id": 1,
"reporting_officer": 1820,
"is_intern": false,
"job_title": "Technical Writer",
"job_description": "",
"location": "",
"work_email": "[email protected]",
"effective_date": "2022-09-08"
}
]{
"error": "Invalid request"
}Last updated