---
title: "Get SCIM provisioning information for an enterprise user"
method: GET
path: "/scim/v2/Users/{scim_user_id}"
tags: ["enterprise-admin"]
---

# Get SCIM provisioning information for an enterprise user

`GET /scim/v2/Users/{scim_user_id}`

**Note:** The SCIM API endpoints for enterprise accounts are currently in *private* beta and are subject to change.

Gets information about a SCIM user.

## Path parameters

- `scim_user_id` string, required

## Response `200`

Success, a user was found

## Other responses

- `400` — Bad request
- `401` — Authorization failure
- `403` — Permission denied
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
