---
title: "Get a SCIM user"
method: GET
path: "/api/organizations/{name}/scim/v2/Users/{userId}"
tags: ["scim"]
---

# Get a SCIM user

`GET /api/organizations/{name}/scim/v2/Users/{userId}`

Retrieves a SCIM user by their ID.

## Path parameters

- `name` string, required
- `userId` string, required

## Response `200`

SCIM User

- object
  - `schemas` string[], required
  - `id` string, required
  - `externalId` string, nullable, required
  - `userName` string, required
  - `displayName` string, required
  - `name` object, required
    - `givenName` string, required
    - `familyName` string, required
    - `formatted` string, required
  - `emails` object[], required
    - `value` string, required
    - `primary` boolean, required
    - `type` 'work' — We only support work emails, other types are converted to work
  - `active` boolean, required
  - `meta` object, required
    - `resourceType` 'User', required
    - `location` string, required

---

[API](https://skmtc.dev/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.dev/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/revisions/1542edf81b93/schema)
