---
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

## Changes

- **2023-09-19** (3.8) `dc77004dd178` — 1 warning, 1 info
  - added the new `guest_collaborator` enum value to the `allOf[#/components/schemas/user-response]/roles/items/value` response property for the response status `200`
  - removed the `restricted_user` enum value from the `allOf[#/components/schemas/user-response]/roles/items/value` response property for the response status `200`

[Change history](https://skmtc.dev/github/apis/enterprise-server/changes/scim/v2/Users/:scim_user_id/get.md)

---

[API](https://skmtc.dev/github/apis/enterprise-server.md) · [All operations](https://skmtc.dev/github/apis/enterprise-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-server/revisions/4e8898eabafb/schema)
