> For the complete documentation index, see [llms.txt](https://docs.glue.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glue.ai/for-admins/scim.md).

# SCIM

## SCIM Overview

With SCIM enabled, user accounts can be automatically created, updated, and suspended based on your IDP settings—eliminating the need for manual account management in Glue. This integration helps ensure that your team's access stays in sync with your organization’s directory.

{% hint style="info" %}
SCIM is only included in our Enterprise plan. If you are interested in upgrading, please reach out to <support@glue.ai>
{% endhint %}

## Set up SCIM

### Step 1: Enabling SCIM for your workspace

First, let's enable SCIM in your Glue workspace to start the configuration.

1. Navigate to Workspace Settings by clicking on your workspace icon in Glue.
2. Navigate to **Single sign-on.**
3. Toggle the option to enable SCIM
4. Once enabled, click the "Configure SCIM" button to begin configuring your identity provider.

### Step 2: Configure your identity provider for SCIM

In this window, select your identity provider, and follow the instructions to set up the connection between your IDP and Glue. If you've set up SAML already, these steps will utilize the same application you created there.

### Step 3: Confirm Connection

Once connected, you should see a screen confirming the activated connection in both the window and in Glue.

![](/files/GP43ePUkizjIfmfws6pr)

## What to expect next

Now that SCIM is set up, Glue will automatically stay in sync with your identity provider. You won’t need to manage users in Glue anymore—just make changes in your identity provider, and the integration will take care of the rest. If users lose access in the identity provider, their Glue access and sessions will automatically end.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.glue.ai/for-admins/scim.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.
