v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
enterprise-admin

List SCIM provisioned identities for an enterprise

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.

get/scim/v2/enterprises/{enterprise}/Users

Path parameters

enterprisestring required

The slug version of the enterprise name.

Query parameters

filterstring

If specified, only results that match the specified filter will be returned. Multiple filters are not supported. Possible filters are userName, externalId, id, and displayName. For example, ?filter=externalId eq "9138790-10932-109120392-12321".

startIndexinteger
Example:1

Used for pagination: the starting index of the first result to return when paginating through values.

countinteger
Example:1

Used for pagination: the number of results to return per page.

Response

Success, either users were found or not found