Jim Halpert
Sales Representative
Salesman with a talent for closing deals and an even greater talent for looking directly into the nearest camera.
| Department | Sales |
|---|---|
| Branch | Scranton Branch |
jim.halpert@dundermifflin.llc | |
| Phone | (570) 555-0100 x103 |
| ID / slug | 3 · jim-halpert |
As JSON
GET /api/people/3
{
"id": 3,
"slug": "jim-halpert",
"name": "Jim Halpert",
"firstName": "Jim",
"lastName": "Halpert",
"email": "jim.halpert@dundermifflin.llc",
"title": "Sales Representative",
"department": "Sales",
"departmentSlug": "sales",
"branch": "Scranton Branch",
"branchSlug": "scranton",
"phone": "(570) 555-0100 x103",
"extension": "103",
"bio": "Salesman with a talent for closing deals and an even greater talent for looking directly into the nearest camera.",
"avatar": "https://dundermifflin.llc/avatars/jim-halpert.png",
"url": "https://dundermifflin.llc/api/people/3"
}