---
title: "Get the specified user."
method: GET
path: "/users/{user-id}"
tags: ["Users"]
---

# Get the specified user.

`GET /users/{user-id}`

## Path parameters

- `user-id` string, required

## Response `200`

the user object

- User
  - `id` integer
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `timezone` 'Europe/Berlin' | 'America/New_York' | 'America/Los_Angeles' | 'Asia/Istanbul'
  - `position` string
  - `department` string
  - `avatarUrl` string
  - `language` 'de' | 'en'
  - `region` 'DE' | 'GB' | 'CH' | 'CN' | 'IN' | 'US' | 'FR' | 'ES' | 'CA' | 'IE'
  - `role` 'STAKEHOLDER' | 'GUEST' | 'RESPONDER' | 'USER' | 'ADMIN'
  - `shiftColor` string — Optional hex-color code for the user's shifts in schedules calendars
  - `mutedUntil` string, date-time — Date in ISO-8601
  - `createdAt` string, date-time — Date in ISO-8601
  - `updatedAt` string, date-time — Date in ISO-8601

---

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