---
title: "GET /v3/users/{id}"
method: GET
path: "/v3/users/{id}"
tags: ["User"]
---

# GET /v3/users/{id}

`GET /v3/users/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `scope` 'manageAbsences' | 'viewAbsences' | 'viewUserReports' | 'viewUserReportsDetailed' | 'viewPresences' — Possible values: - `manageAbsences`: ManageAbsences - `viewAbsences`: ViewAbsences - `viewUserReports`: ViewUserReports - `viewUserReportsDetailed`: ViewUserReportsDetailed - `viewPresences`: ViewPresences

## Response `200`

Successful operation

- object
  - `data` UserV3, required
    - `id` integer, required
    - `name` string, required
    - `weekstart_monday` boolean, required — If false, the week starts on Sunday
    - `weekend_friday` boolean, required — This property no longer has any effect
    - `active` boolean, required
    - `timeformat_12h` boolean, required
    - `language` 'en' | 'fr' | 'de', required
    - `timezone` string, required — e.g. `Europe/Berlin`
    - `teams_id` integer, nullable, required
    - `initials` string, required
    - `nonbusiness_groups_id` integer, nullable, required — deprecated; use v2/usersNonbusinessGroups instead
    - `nonbusinessgroups_id` integer — deprecated; use nonbusiness_groups_id instead
    - `number` string, nullable
    - `work_time_regulations_id` integer, nullable — `0` if the co-worker has no work time regulation\n`null` if the company default is applicable
    - `default_work_time_regulation` boolean — Uses the company's default work time regulation
    - `worktime_regulation_id` integer, nullable — deprecated; use work_time_regulations_id instead
    - `boss` integer, nullable
    - `absence_managers_id` integer[]
    - `access_groups_ids` integer[]
    - `email` string
    - `role` 'worker' | 'owner' — Possible values: - `worker`: Worker - `owner`: Administrator
    - `can_generally_see_absences` boolean — Only editable for co-workers with the role 'worker'
    - `can_generally_manage_absences` boolean — Only editable for co-workers with the role 'worker'
    - `can_add_customers` boolean — Only editable for co-workers with the role 'worker'
    - `default_holidays_count` boolean — Uses the company's default holiday count
    - `default_target_hours` boolean — Uses the company's default target hours
    - `future_coworker` boolean — The future co-worker cannot log in yet and the license is free until the start date.
    - `start_date` string, date, nullable
    - `exit_date` string, date, nullable — The co-worker is automatically archived when this date is reached. Use the `put` action to set or update this value.
    - `wage_type` 1 | 2 — Possible values: - `1`: Salary - `2`: HourlyWage
    - `edit_lock` string, date, nullable — Defined editing lock for the co-worker
    - `edit_lock_dyn` 1 | 2 | 3 | 5 | 8 | 15 | 31 | 46 | 91 — Possible values: - `1`: LockDays1 - `2`: LockDays2 - `3`: LockDays3 - `5`: LockDays5 - `8`: LockDays8 - `15`: LockDays15 - `31`: LockDays31 - `46`: LockDays46 - `91`: LockDays91
    - `edit_lock_sync` boolean, nullable
    - `work_time_edit_lock_days` 0 | 1 | 2 | 3 | 5 | 8 | 15 | 31 | 46 | 91 — Possible values: - `0`: LockDays0 - `1`: LockDays1 - `2`: LockDays2 - `3`: LockDays3 - `5`: LockDays5 - `8`: LockDays8 - `15`: LockDays15 - `31`: LockDays31 - `46`: LockDays46 - `91`: LockDays91
    - `budget_notifications` boolean
    - `creator` integer, nullable
    - `created_at` string, date-time
    - `bill_service_id` string, nullable — Only visible for administrators or workers with elevated access `manage_add_ons` and `manage_users_and_teams` and if a billing application with user support is linked up
    - `support_pin` string
    - `exempt_from_flextime` boolean — Is exempt from flextime violation evaluation

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/clockodo/apis/clockodo-api-documentation.md) · [All operations](https://skmtc.dev/clockodo/apis/clockodo-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockodo/clockodo-api-documentation/revisions/38e281d50d6d/schema)
