Skip to main content
GET
/
user-resource
/
user
Get User Info
curl --request GET \
  --url https://api.tenbytecloud.com/v1/user-resource/user \
  --header 'apikey: <api-key>'
{
  "cookie_id": "61b0378574974ae88dbfec0feb9917bc",
  "id": 8,
  "last_activity": "2018-02-22 14:18:47",
  "name": "user@example.com",
  "profile": null,
  "profile_data": {
    "avatar": "https://s.gravatar.com/avatar/bbb",
    "created_at": "2018-10-25 11:02:59",
    "email": "user@example.com",
    "first_name": "Cloudia",
    "id": 22,
    "last_name": "Iaas",
    "personal_id_number": "123456",
    "phone_number": "+111111111",
    "updated_at": "2021-05-18 11:07:00",
    "user_id": 8
  },
  "state": {}
}

Authorizations

apikey
string
header
required

Response

200 - application/json

User info

The response is of type object.