The connector syncs the members of a single CircleCI organization as user
identities. Each user carries their organization role (for example admin or
member) and VCS login, so you can see who has access to your CircleCI
organization and at what level.
You need a CircleCI personal API token. It is sent on every request in the
Circle-Token header and grants API access as your account, so treat it as a
secret. The token must belong to a member of the organization who can read its
member list.
1
Sign in to CircleCI as a member of the organization you want to sync.
2
Open User Settings, then go to Personal API Tokens.
3
Click Create New Token, give it a descriptive name, and copy the
generated token — you will not be able to see it again.
4
Find your organization ID. Call GET https://circleci.com/api/v2/me/collaborations
with your token and copy the id (a UUID) of the organization you want to
sync. This is the organization ID, not the organization name or VCS slug.