---
title: "Get the specific user"
method: GET
path: "/v1/client/users/{userId}"
tags: ["ClientUsers"]
---

# Get the specific user

`GET /v1/client/users/{userId}`

## Path parameters

- `userId` integer, required

## Response `200`

The Users are returned

- UserModel
  - `UserId` integer
  - `UserGuid` string, uuid
  - `UserName` string
  - `ContactId` integer

## Other responses

- `403` — Request is forbidden, meaning you don't have access to this user
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
