---
title: "Retrieve a User"
method: GET
path: "/public/v3/Users/{userId}"
tags: ["Users"]
---

# Retrieve a User

`GET /public/v3/Users/{userId}`

View a user within the specified account.

## Path parameters

- `userId` string, required

## Headers

- `x-tive-account-id` integer, required

## Response `200`

The requested user

- UserResponse
  - `userId` string, nullable
  - `accounts` UserAccountResponse[], nullable
    - `id` integer, nullable
    - `name` string, nullable
  - `role` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string, nullable
  - `phone` string, nullable
  - `jobPosition` string, nullable
  - `clientId` string, nullable

## Other responses

- `400` — The requested user is not available
- `401` — Unauthorized
- `500` — Internal Server Error

---

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