---
title: "Get a specific user"
method: GET
path: "/api/users/{userId}"
tags: ["User"]
---

# Get a specific user

`GET /api/users/{userId}`

## Path parameters

- `userId` string, required

## Response `200`

The user for the given id

- UserDto — User.
  - `id` string, required — Unique id associated to this entity.
  - `employeeId` string, nullable — This property represents the unique identifier of an employee.
  - `firstName` string, nullable — First name
  - `lastName` string, nullable — Last name
  - `emailAddress` string, email, nullable — Email address
  - `phoneNumber` string, nullable — Email address
  - `roles` string[], nullable — Roles associated to the user.
  - `deleted` boolean — Indicates whether this user has been deleted

## Other responses

- `404` — User order did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
