> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SCIM

> Provision and manage users in your workspace with the System for Cross-domain Identity Management (SCIM) standard.

SCIM, known as System for Cross-domain Identity Management, is a standardized protocol that automates user identity management across various systems and applications. It achieves this through RESTful APIs, facilitating smooth communication between identity providers e.g. Okta and service providers like Cosmo.

SCIM enables organizations to automate tasks like user provisioning, updating, and de-provisioning, thereby streamlining administrative processes. As of today we support the following integration:

<CardGroup>
  <Card title="Create users" icon="square-1">
    When a user is added to the SCIM app, an invitation is sent to the user's email to join their respective organization.
  </Card>

  <Card title="Update user attributes" icon="square-2">
    When the user's attributes (who is a member of the SCIM app) are modified, it syncs it with Cosmo.
  </Card>

  <Card title="Deactivate users" icon="square-3">
    When a user is removed from the SCIM app, it deactivates the respective user's account on Cosmo.
  </Card>
</CardGroup>
