Darryl Philbin
Warehouse Foreman
Runs the warehouse with more sense than the floor upstairs. Has a plan for moving up and is in no hurry to share it.
| Department | Warehouse |
|---|---|
| Branch | Scranton Branch |
darryl.philbin@dundermifflin.llc | |
| Phone | (570) 555-0100 x120 |
| ID / slug | 16 · darryl-philbin |
As JSON
GET /api/people/16
{
"id": 16,
"slug": "darryl-philbin",
"name": "Darryl Philbin",
"firstName": "Darryl",
"lastName": "Philbin",
"email": "darryl.philbin@dundermifflin.llc",
"title": "Warehouse Foreman",
"department": "Warehouse",
"departmentSlug": "warehouse",
"branch": "Scranton Branch",
"branchSlug": "scranton",
"phone": "(570) 555-0100 x120",
"extension": "120",
"bio": "Runs the warehouse with more sense than the floor upstairs. Has a plan for moving up and is in no hurry to share it.",
"avatar": "https://dundermifflin.llc/avatars/darryl-philbin.png",
"url": "https://dundermifflin.llc/api/people/16"
}