Pluralsight · Capability

Pluralsight User And Team Administration

Unified workflow for platform administrators to manage users, teams, licensing, plan configuration, and Flow workspace settings. Combines user management, teams, licensing, plan info, Flow users, Flow teams, Flow integrations, and Flow repos APIs.

Run with Naftiko PluralsightUser ManagementTeam AdministrationPlatform AdministrationLicensing

What You Can Do

POST
Manage users — Query and manage users via GraphQL
/v1/users
POST
Manage teams — Query and manage teams via GraphQL
/v1/teams
GET
List invitations — List pending user invitations
/v1/invitations
POST
Create invitation — Create a new user invitation
/v1/invitations
GET
List license users — List users in the plan
/v1/license-users
GET
List license teams — List teams in the plan
/v1/license-teams
POST
Query plan info — Retrieve account and plan details
/v1/plan-info
GET
List flow users — List Flow workspace users
/v1/flow-users
PUT
Update flow users — Update Flow user accounts
/v1/flow-users
GET
List flow teams — List Flow engineering teams
/v1/flow-teams
GET
List integrations — List Flow integrations and connection status
/v1/integrations
GET
Get repos — Retrieve repository data and metadata
/v1/repositories

MCP Tools

manage-users

Query and manage users including listing users, inviting members, editing user details, removing users, and canceling invitations.

manage-teams

Query and manage teams including creating teams, managing membership, assigning managers, and configuring team permissions.

list-invitations

List pending user invitations. Deprecated - migrate to GraphQL User Management API.

read-only idempotent
create-invitation

Send a new user invitation. Deprecated - migrate to GraphQL User Management API.

list-license-users

List users in the plan. Deprecated - migrate to GraphQL User Management API.

read-only idempotent
list-license-teams

List teams in the plan. Deprecated - migrate to GraphQL Teams API.

read-only idempotent
query-plan-info

Retrieve account and plan details including subscription tier and configuration.

read-only idempotent
list-flow-users

List Flow users in the workspace.

read-only idempotent
update-flow-users

Update, merge, hide, or perform bulk operations on Flow user accounts.

idempotent
list-flow-teams

List Flow engineering teams and team membership data.

read-only idempotent
list-integrations

List Flow integrations and check connection status with external tools and services.

read-only idempotent
get-repos

Retrieve repository data and metadata across connected source control systems.

read-only idempotent

APIs Used

pluralsight-user-management pluralsight-teams pluralsight-licensing-rest pluralsight-plan-info pluralsight-flow-users pluralsight-flow-teams pluralsight-flow-integrations pluralsight-flow-repos