---
title: "Get User"
method: GET
path: "/internal/config/users/{uid}"
tags: ["internal", "internal-config"]
---

# Get User

`GET /internal/config/users/{uid}`

## Path parameters

- `uid` string, uuid, required

## Query parameters

- `namespace` string, uuid, required

## Response `200`

Successful Response

- UserResource — GET response for a User resource (read-only — not accepted by apply).
  - `api_version` 'config.kobalt/v1'
  - `kind` 'User'
  - `metadata` ResourceMetadataWithAnnotations, required — Response-only metadata that also carries server-derived annotations.
    - `name` string, required
    - `namespace` string, uuid, required
    - `uid` string, uuid, nullable
    - `annotations` object
  - `spec` UserSpec, required — Platform user within a tenant namespace.
    - `first_name` string, required
    - `last_name` string, required
    - `email` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
