Michael Scott
Regional Manager
World’s best boss, according to a mug he bought himself. Believes every meeting is improved by an impression, and every impression by a longer one.
| Department | Management |
|---|---|
| Branch | Scranton Branch |
michael.scott@dundermifflin.llc | |
| Phone | (570) 555-0100 x101 |
| ID / slug | 1 · michael-scott |
As JSON
GET /api/people/1
{
"id": 1,
"slug": "michael-scott",
"name": "Michael Scott",
"firstName": "Michael",
"lastName": "Scott",
"email": "michael.scott@dundermifflin.llc",
"title": "Regional Manager",
"department": "Management",
"departmentSlug": "management",
"branch": "Scranton Branch",
"branchSlug": "scranton",
"phone": "(570) 555-0100 x101",
"extension": "101",
"bio": "World’s best boss, according to a mug he bought himself. Believes every meeting is improved by an impression, and every impression by a longer one.",
"avatar": "https://dundermifflin.llc/avatars/michael-scott.png",
"url": "https://dundermifflin.llc/api/people/1"
}