Capabilities
Gather Pluralsight credentials
1
Sign in to Pluralsight as an account administrator.
2
Open Integrations > API key management and generate an API key.
Copy and store it — it is the connector’s
api-key.Configuration fields
Synced resource types
- Users: the account’s Pluralsight users, mapped as C1 users. Each user
carries
id(stable external id),email, and name. - Teams: Pluralsight teams, mapped as C1 groups. Each team exposes a
memberentitlement (and anadminentitlement for team managers). Team membership grants are derived from the authoritativeteamsconnection on each user node.
Special notes
- The connector uses the Pluralsight GraphQL API: a single endpoint
(
POST /graphql) with cursor-based pagination (pageInfo.hasNextPage/endCursor). - Pluralsight “roles” are skill / Role IQ development paths, not access roles; access is modeled exclusively through Teams.
- Team membership is read from each user’s
teamsconnection (the authoritative relationship), not the legacyteamNamesstring array. - The connector is read-only; it does not provision access.