Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Groups |
member grants on the group.
Gather FusionAuth credentials
Create an API key with read access to users and groups. A key with no
endpoint restrictions works; to scope it down, grant
GET on
/api/user/search, /api/group/search, and /api/group. To limit the
sync to one tenant, bind the key to that tenant or note its tenant ID.Configure the FusionAuth connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your FusionAuth connector is now pulling access data into C1.
Enter the FusionAuth credentials:
- Base URL: The HTTPS URL of your FusionAuth instance, with no trailing slash and no
/apisuffix, for examplehttps://auth.example.com. - API key: The API key you created in FusionAuth.
- Tenant ID (optional): A FusionAuth tenant ID to scope the sync to a single tenant. Leave it empty to use the tenant the API key is bound to.