v1
latestOpenAPI 3.0.02026-07-24622596.0 KBUsers
Retrieve Current User
get/users/current
Response
Details about the current user
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"
}