Capabilities
The Claude Enterprise connector syncs the following resources:| Resource | Sync | Provision |
|---|---|---|
| Accounts | Create, Delete | |
| Groups | Grant, Revoke |
Account creation fields
When provisioning a new Claude Enterprise user account, C1 prompts for the following field:| Field | Required | Description |
|---|---|---|
display_name | Yes | The user’s first and last name, space-separated (e.g., “Jane Smith”). The first word is used as the given name; the remainder is used as the family name. |
SCIM-only connector
This connector uses the SCIM 2.0 API exclusively. Claude Enterprise does not currently offer an Admin API for managing users and groups, so SCIM is the only programmatic interface available.What this means in practice
- Only SCIM-managed users and groups are visible. Users or groups created directly through the Claude Enterprise UI will not appear in syncs. To get full visibility, all user management should flow through SCIM.
- Groups are managed through SCIM only. The connector can sync groups and grant or revoke group membership, but it cannot create or delete groups. Groups must be created outside of C1 (e.g., through your identity provider or directly via the SCIM API).
- Claude Enterprise uses WorkOS under the hood for its SCIM implementation. The SCIM endpoint URL provided during setup points to the WorkOS SCIM service.
What SCIM provides
| Capability | Supported |
|---|---|
| Provision (create) user | |
| Deprovision (delete) user | |
| Add user to group | |
| Remove user from group | |
| Sync all users | |
| Sync all groups and memberships | |
| Create or delete groups | |
| Assign roles | |
| Manage workspace settings |
If Anthropic adds an Admin API in the future, the connector can be extended to support additional capabilities such as role management.
Gather Claude Enterprise credentials
Configuring the connector requires you to generate SCIM credentials in Claude Enterprise. Gather these credentials before you move on.Sign into claude.ai and navigate to Settings > Identity and access > Setup SCIM.
Configure the Claude Enterprise connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.That’s it! Your Claude Enterprise connector is now pulling access data into C1.
Choose how to set up the new Claude Enterprise connector:
- Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
- Add the connector to a managed app (select from the list of existing managed apps)
- Create a new managed app
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
Enter the required configuration:
- SCIM Token (required): The SCIM bearer token for Claude Enterprise (from claude.ai > Settings > Identity and access).
- SCIM URL (required): The SCIM endpoint URL provided during SCIM setup (from claude.ai > Settings > Identity and access). This is the WorkOS SCIM endpoint generated for your organization.