v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
User

Get authenticated user

get/user

Response

Successful operation

activeboolean nullable
created_atstring date-time
emailstring
first_namestring
idstring int64
last_namestring
role'administrator' | 'bookkeeper' | 'power receptionist' | 'practitioner' | 'receptionist' | 'scheduler'
time_zonestring

See: supported time zones

time_zone_identifierstring nullable

See: supported time zone identifiers

titlestring nullable
updated_atstring date-time
user_activeboolean nullable

Example response

{
  "links": {
    "self": "https://api.au1.cliniko.com/v1/users/1"
  },
  "phone_numbers": [
    {
      "normalized_number": "39012345678",
      "number": "0-123-456-78"
    }
  ],
  "time_zone": "Melbourne",
  "time_zone_identifier": "Australia/Melbourne"
}