Oscar Martinez
Accountant
The accountant who actually understands the spreadsheet. Patient about it, most of the time.
| Department | Accounting |
|---|---|
| Branch | Scranton Branch |
oscar.martinez@dundermifflin.llc | |
| Phone | (570) 555-0100 x108 |
| ID / slug | 9 · oscar-martinez |
As JSON
GET /api/people/9
{
"id": 9,
"slug": "oscar-martinez",
"name": "Oscar Martinez",
"firstName": "Oscar",
"lastName": "Martinez",
"email": "oscar.martinez@dundermifflin.llc",
"title": "Accountant",
"department": "Accounting",
"departmentSlug": "accounting",
"branch": "Scranton Branch",
"branchSlug": "scranton",
"phone": "(570) 555-0100 x108",
"extension": "108",
"bio": "The accountant who actually understands the spreadsheet. Patient about it, most of the time.",
"avatar": "https://dundermifflin.llc/avatars/oscar-martinez.png",
"url": "https://dundermifflin.llc/api/people/9"
}