GET /people.json | /people/{person_id}.json
tw.people.get(query_string, person_id)
tw.people.create(body)
tw.people.update(person_id, body)
DELETE /people/{person_id}.json
tw.people.update(person_id)
tw.people.me()
tw.people.stats(query_string)
tw.people.apiKeys()
tw.people.unassignAll(person_id, body)
tw.people.status()
GET /people/{person_id}/loggedtime.json
tw.people.loggedTime(person_id, query_string)
GET /users/{person_id}/tags.json
tw.people.getTags(person_id, query_string)
PUT /users/{person_id}/tags.json
tw.people.updateTag(person_id, body)
GET /people/{person_id}/clockins.json
tw.people.clockIns(person_id, query_string)