---
title: "Get a user (legacy)"
method: GET
path: "/users/{user_id}"
tags: ["Users"]
deprecated: true
---

# Get a user (legacy)

`GET /users/{user_id}`

> **Deprecated.**

## Path parameters

- `user_id` string, required

## Response `200`

A successful response.

- S12ThepubV1GetUserResponse — Result returned from `GetUser`
  - `user_id` string — The id of the user.
  - `firstname` string — The first name of the user.
  - `lastname` string — The last name of the user.
  - `email` string — The email address of the user.
  - `status` 'active' | 'inactive' — - active: Active user. - inactive: Inactive user.
  - `seat_type` 'full' | 'free' | 'lite'

## Other responses

- `default` — An unexpected error response.

---

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