Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Teams |
Gather GitBook credentials
Configuration fields
| Field | Required | Description |
|---|---|---|
base-url | Yes | The GitBook API host, with no path and no trailing slash. For GitBook’s hosted product this is https://api.gitbook.com. |
organization-id | Yes | The unique identifier of the GitBook organization to read. One connector reads one organization. |
api-key | Yes | A GitBook personal access token from your user account’s developer settings. |
Synced resource types
- Users: organization members from
/v1/orgs/{organization_id}/members, including guests and SSO-provisioned users. Disabled members sync with a disabled status. - Teams: organization teams from
/v1/orgs/{organization_id}/teams, each with amemberentitlement. - Team membership: team-member grants from
/v1/orgs/{organization_id}/teams/{team_id}/members. Team owners and members both hold thememberentitlement.
Special notes
- Provisioning is not supported in the current build.
- The connector authenticates with the personal access token as a bearer credential.
- One connector reads the single organization named by
organization-id. Spaces, sites, and collections are content surfaces and are not synced.
Configure the GitBook connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your GitBook connector is now pulling access data into C1.
Enter the GitBook credentials:
- GitBook API host: The API host, usually
https://api.gitbook.com. - Organization ID: The unique identifier of the organization to read.
- API token: The personal access token.