---
title: "List SCIM provisioned identities for an enterprise"
method: GET
path: "/scim/v2/enterprises/{enterprise}/Users"
tags: ["enterprise-admin"]
---

# List SCIM provisioned identities for an enterprise

`GET /scim/v2/enterprises/{enterprise}/Users`

Lists provisioned SCIM enterprise members.

When you remove a user with a SCIM-provisioned external identity from an enterprise using a `patch` with `active` flag to `false`, the user's metadata remains intact. This means they can potentially re-join the enterprise later. Although, while suspended, the user can't sign in. If you want to ensure the user can't re-join in the future, use the delete request. Only users who weren't permanently deleted will appear in the result list.

## Path parameters

- `enterprise` string, required

## Query parameters

- `filter` string
- `startIndex` integer
- `count` integer

## Response `200`

Success, either users were found or not found

## Other responses

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

---

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