Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/scalekit-inc/developer-docs/llms.txt

Use this file to discover all available pages before exploring further.

Synchronize users and groups from enterprise identity providers.

How it works

  1. Customer configures SCIM in their IdP
  2. IdP sends SCIM requests to Scalekit
  3. Scalekit creates/updates/deletes users and groups
  4. Applications receive updated user data

Configuration

Provide these details to your customer:
  • SCIM base URL: https://scalekit.com/scim/v2
  • Bearer token: Generated in dashboard
  • Supported operations: Create, Read, Update, Delete users and groups

Attribute mapping

Standard SCIM attributes are mapped:
SCIM attributeScalekit attribute
userNameemail
name.givenNamegivenName
name.familyNamefamilyName
emails[primary]email
activeactive

Next steps

SCIM users

User provisioning API

SCIM groups

Group provisioning API