v1

latestOpenAPI 3.0.02026-07-24622596.0 KB
Users

Retrieve Current User

get/users/current

Response

Details about the current user

idstring required
company_idstring
email_addressstring
status'active' | 'deleted'

Indicates the status of the Company.

first_namestring
last_namestring
phone_numberstring nullable
created_atinteger
updated_atinteger
user_urlstring

Example response

{
  "id": "2789583992",
  "company_id": "8292212",
  "email_address": "shawn@psych.co",
  "status": "active",
  "first_name": "Shawn",
  "last_name": "Spencer",
  "profile_image": [
    {
      "type": "original",
      "uri": "https://static.companycam.com/VuS0rPvrnNA1490797262.jpg",
      "url": "https://static.companycam.com/VuS0rPvrnNA1490797262.jpg"
    }
  ],
  "phone_number": "4025551212",
  "created_at": 1490737206,
  "updated_at": 1490737206,
  "user_url": "https://app.companycam.com/users/1234"
}