---
title: "List SCIM provisioned identities"
method: GET
path: "/scim/v2/organizations/{org}/Users"
tags: ["scim"]
---

# List SCIM provisioned identities

`GET /scim/v2/organizations/{org}/Users`

Retrieves a paginated list of all provisioned organization members, including pending invitations. If you provide the `filter` parameter, the resources for all matching provisions members are returned.

The returned list of SCIM provisioned identities from the GitHub Enterprise Cloud might not always match the organization or enterprise member list. Here is why that can occur:
  - When an organization invitation is generated by a SCIM integration, this creates an unlinked SCIM identity in the organization. When a user logs into their GitHub user account, visits the organization, and successfully authenticates via SAML, they get added as an organization member and linked to their SAML/SCIM identity in the organization. If the user does not do this, the SCIM identity will remain in the organization, not linked to any organization member.
  - A user's organization membership (inviting and removing a user to/from the organization) should only be managed by a SCIM integration when this is configured for a GitHub organization. If a GitHub user who has a linked SCIM identity is removed from the organization using the GitHub UI or non-SCIM API, as opposed to the SCIM integration, this can leave behind a stale SAML/SCIM identity in the organization for the user.

## Path parameters

- `org` string, required

## Query parameters

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

## Response `200`

Response

## Other responses

- `304` — Not modified
- `400` — Bad request
- `403` — Forbidden
- `404` — Resource not found
- `429` — Too many requests

---

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