---
title: "Get user"
method: GET
path: "/scim/Users/{userUid}"
tags: ["SCIM"]
---

# Get user

`GET /scim/Users/{userUid}`

Returns a single user by their Phrase Platform identity UID.

## Path parameters

- `userUid` string, required

## Response `200`

User returned successfully

## Other responses

- `401` — Unauthorized — missing or invalid token
- `404` — User not found or does not belong to the authenticated organization
- `500` — Internal server error

---

[API](https://skmtc.net/phrase/apis/control-hub-service.md) · [All operations](https://skmtc.net/phrase/apis/control-hub-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phrase/control-hub-service/revisions/98ecac7ba2bf/schema)
