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

# List SCIM provisioned identities for an enterprise

`GET /scim/v2/Users`

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

Lists provisioned SCIM enterprise members.

When a user with a SCIM-provisioned external identity is removed from an enterprise through a `patch` with `active` flag set to `false`, the account's metadata is preserved to allow the user to re-join the enterprise in the future. However, the user's account will be suspended and the user will not be able to sign-in. In order to permanently suspend the users account with no ability to re-join the enterprise in the future, use the `delete` request. Users that were not permanently deleted will be visible in the returned results.

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