The connector syncs the members of a single ConfigCat organization as user
identities. Each user carries their email and full name, so you can see who has
access to your ConfigCat organization.
You need a ConfigCat Public API credential — a Username and Password pair.
They are sent on every request using HTTP Basic authentication and grant API
access to your account, so treat them as secrets.
1
Sign in to ConfigCat as a member of the organization you want to sync.
2
Open My Account, then go to Public API credentials.
3
Click Create credentials, give them a descriptive name, and copy the
generated Username and Password — you will not be able to see the
password again.
4
Find your organization ID. Call GET https://api.configcat.com/v1/organizations
with your credentials and copy the organizationId (a UUID) of the
organization you want to sync. This is the organization ID, not the
organization name.