SCIM
SCIM (System for Cross-domain Identity Management) lets your Identity Provider (IdP) manage users and groups in your ElevenLabs workspace.
Overview
SCIM is available for Enterprise workspaces. Only Workspace Admins can configure these settings.
Set up SCIM
Follow these steps to connect your Identity Provider (IdP) to ElevenLabs.
Generate a token
Click Generate Token. Copy the Base URL and Bearer token immediately.
The token is only shown once. If you lose it, you must generate a new one, which will invalidate the previous token.
Configure your identity provider
In your IdP SCIM/Provisioning configuration:
- Set the SCIM Endpoint/Connector URL to the Base URL.
- Set the authentication mode to bearer token and paste your token.
For provider-specific instructions, see Setup by Identity Provider.
Revoking access: If a user is removed or deactivated via SCIM, their workspace access is revoked, but their historical activity remains associated with the workspace.
Capabilities
ElevenLabs supports the SCIM 2.0 protocol with the following capabilities:
Supported attributes
- Users:
userName,name,emails,active,externalId - Groups:
displayName,members,externalId
Email address changes are not supported through SCIM. Updating a user’s primary email in your IdP can cause SCIM sync failures for that user.
Setup by Identity Provider
Microsoft Entra ID setup
Okta setup
Create or open a custom app integration
Open the ElevenLabs app that is used for SSO sign-in and go to General.
Configure SCIM connection
In Provisioning > Settings > Integration:
- Set the SCIM connector base URL to your ElevenLabs SCIM Base URL.
- Choose the provisioning actions your workspace needs (for example, push new users, push profile updates, and push groups), then run Test Connector Configuration and save.
- Set Authentication Mode to HTTP Header.
- Paste your ElevenLabs Bearer token in the Authorization field.
- Click Save