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.
Path parameters
The slug version of the enterprise name.
Query parameters
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".
Used for pagination: the starting index of the first result to return when paginating through values.
Used for pagination: the number of results to return per page.
Response
Success, either users were found or not found