C1 provides identity governance and just-in-time provisioning for ChartHop. Integrate your ChartHop instance with C1 to run user access reviews (UARs), enable just-in-time access requests, and automatically provision and deprovision access.
The ChartHop connector syncs the following resources:
Resource
Sync
Provision
Groups
Persons
The Persons resource represents ChartHop Persons (HR employees) sourced from /v2/org/{orgId}/person. The Groups resource represents ChartHop groups (departments, teams, locations, and other group-type classifications). Group membership is sourced directly from ChartHop’s calculated groupIds on the person record via /v2/org/{orgId}/person/{personId}?fields=groupIds.This connector intentionally does not emit ChartHop platform login users, roles, or “who can administer the HR system” data. That is IGA data about the HR application itself and is out of scope; if needed, it belongs in a separate connector focused on HR-system administration.
Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for ChartHop and click Add.
3
Choose how to set up the new ChartHop connector:
Add the connector to a currently unmanaged app
Add the connector to a managed app
Create a new managed app
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the required configuration:
API Token: Your ChartHop API token
Organization ID: Your ChartHop organization ID
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your ChartHop connector is now pulling access data into C1.
Follow these instructions to use the ChartHop connector, hosted and run in your own environment.When running in service mode on Kubernetes, a self-hosted connector maintains an ongoing connection with C1, automatically syncing and uploading data at regular intervals.
Create a namespace in which to run C1 connectors (if desired), then apply the secret config and deployment config files.
2
Check that the connector data uploaded correctly. In C1, click Applications. On the Managed apps tab, locate and click the name of the application you added the ChartHop connector to. ChartHop data should be found on the Entitlements and Accounts tabs.
Done. Your ChartHop connector is now pulling access data into C1.