---
title: "Get User Metadata"
method: GET
path: "/users/{user_id}"
tags: ["Users"]
---

# Get User Metadata

`GET /users/{user_id}`

## Path parameters

- `user_id` string, required

## Headers

- `x-business-id` string, required

## Response `200`

Successful Response

- ObjectMetadata
  - `createdAt` string, required
  - `updatedAt` string

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/slickco/apis/slick-api.md) · [All operations](https://skmtc.net/slickco/apis/slick-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slickco/slick-api/versions/90641b73f35e/schema)
