Users

Overview

We don't expose much to work with user data – because, well, that's our job. 😉

User Model

{
  "id": "5b7b26d142f87d2dd2518a9f",
  "created_at": "2018-08-20T20:38:41.040Z",
  "email": "[email protected]",
  "first_name": "Chell",
  "last_name": "Subject 1498",
  "full_name": "Chell Subject 1498",
  "avatar_url": "//i1.theportalwiki.net/img/a/a1/Chell_Icon.jpg",
  "timezone": "America/Chicago", // tz database format
  "locale": "en",
  "plan": "standard",
  "role": "user",
  "prefs": {
    "duration_units": "hours"
  },
  "integrations": ["Clio", "Quickbooks"]
}

Get User

Get the currently authenticated user.

GET /api/v2/users/me HTTP/1.1