# SCIM Settings

The SCIM (system for cross-domain identity management) is a standard for automating the exchange of user identity information between identity platforms. The platform supports SCIM integration to automate and synchronize target user information from the identity providers to the platform.

## Shortcuts

* [Getting Started](/next-generation-product/platform/company/company-settings/scim-settings/getting-started-with-scim.md)
* [How to integrate Azure AD SCIM](/next-generation-product/platform/company/company-settings/scim-settings/azure-ad-scim-integration.md)
* [How to integrate Okta SCIM](/next-generation-product/platform/company/company-settings/scim-settings/okta-scim-integration.md)
* [How to integrate Onelogin SCIM](/next-generation-product/platform/company/company-settings/scim-settings/onelogin-scim-integration.md)
* [How to integrate JumpCloud SCIM](/next-generation-product/platform/company/company-settings/scim-settings/jumpcloud-scim-integration.md)

## FAQ

### Q: Can I integrate not listed Identity Provider over SCIM on the platform?

A: Yes, by getting help from the documents that the identity provider provides, the SCIM settings can be configured correctly on the identity provider to synchronize users to the platform.

### Q: Where can I find the SCIM endpoint URL address?

A: The SCIM endpoint URL of the platform is <https://scim-api.keepnetlabs.com/scim>

### Q: Under what conditions are target users synced via SCIM set to an "Inactive" status or deleted permanently?

A: When an admin removes a user from the SCIM application, the user will be set to "Inactive" on the platform. However, if an admin permanently deletes the user from their identity provider, the user will be deleted from the platform as well.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.keepnetlabs.com/next-generation-product/platform/company/company-settings/scim-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
