---
title: "GET /api/tenants/{tenantId}/users/{userId}"
method: GET
path: "/api/tenants/{tenantId}/users/{userId}"
tags: ["Users"]
---

# GET /api/tenants/{tenantId}/users/{userId}

`GET /api/tenants/{tenantId}/users/{userId}`

## Path parameters

- `tenantId` integer, required
- `userId` integer, required

## Response `200`

OK

- User
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `identifier` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `culture` string, nullable
  - `userType` 'Employee' | 'User' | 'TenantAdministrator' | 'SystemAdministrator'
  - `attributes` object, nullable

## Other responses

- `404` — Not Found

## Changes

- **2026-07-17** `34e260deaa2c` — 1 warning
  - removed the optional property `password` from the response with the `200` status
- **2025-03-12** `8f09691a3e2e` — 2 warning, 2 info
  - added the new `SystemAdministrator` enum value to the `userType` response property for the response status `200`
  - added the new `TenantAdministrator` enum value to the `userType` response property for the response status `200`
  - removed the `Administrator` enum value from the `userType` response property for the response status `200`
  - removed the `Supervisor` enum value from the `userType` response property for the response status `200`
- **2023-07-23** `fd1b5146be4a` — 2 warning, 3 info
  - added the new `Administrator` enum value to the `userType` response property for the response status `200`
  - added the new `Supervisor` enum value to the `userType` response property for the response status `200`
  - added the optional property `password` to the response with the `200` status
  - removed the `SystemAdministrator` enum value from the `userType` response property for the response status `200`
  - …1 more

[Change history](https://skmtc.dev/payroll-engine/apis/payroll-engine-backend-api-v1/changes/api/tenants/:tenantId/users/:userId/get.md)

---

[API](https://skmtc.dev/payroll-engine/apis/payroll-engine-backend-api-v1.md) · [All operations](https://skmtc.dev/payroll-engine/apis/payroll-engine-backend-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payroll-engine/payroll-engine-backend-api-v1/revisions/34e260deaa2c/schema)
