Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Groups |
The connector reads identity data through RudderStack’s SCIM 2.0 API, which
requires the Enterprise plan with SSO enabled. It surfaces SCIM group
membership; the built-in workspace member/admin role is not exposed by the SCIM
API and is therefore out of scope.
Gather RudderStack credentials
In RudderStack, go to Settings > Organization > Service Access
Tokens and select the Organization tab.The token must be an organization-level Service Access Token. A
workspace-level token cannot access the SCIM API and will fail. This is also
separate from a Personal Access Token.
Create a new organization-level Service Access Token and copy its value. The
connector sends it on every request as
Authorization: Bearer <token>.Configure the RudderStack connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your RudderStack connector is now pulling access data into C1.
Enter the RudderStack credentials:
- RudderStack SCIM base URL: Your RudderStack SCIM 2.0 base URL
including the
/scim/v2suffix, for examplehttps://api.rudderstack.com/scim/v2. - RudderStack SCIM token: The organization-level Service Access Token you created.