OBJECT
Team
For more details, see Query.teams.
link GraphQL Schema definition
- type Team {
- # The unique identifier for a team, UUID format.
- ID :
- # Name of the Team.
- String :
- # Plan id of the Team.
- String :
- # The unique identifier of the Parent Team. A null value idicates a root level
- # team.
- String :
- # Description of the Team.
- String :
- # Optional: The unique identifier of a Team's parent group.
- String @deprecated( reason: "The concept of Groups and Departments has been replace by a nested teams architecture. Field is going to be removed. Please use 'parentTeamId' instead." ) :
- }
link Require by
- ManagerA Manager is a User who has additional rights to manage a Team. For more details on Team Manager, please see: https://help.pluralsight.com/help/permissions-levels-for-team-managers
- QueryQueries are read only graphQL APIs that allow access to your data. The following advanced analytics APIs are available only to Enterprise plans: channelProgress, SkillAssessmentResult(s) and roleIqLearnerLevels.
- TeamConnectionA type that describes the return type for the 'teams' query. 'Team' data can then be accessed via nodes or edges
- TeamEdgeA type that describes an edge in the 'TeamConnection'. Essentially, a 'TeamEdge' is a wrapper object for 'Team'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'Team' records after 'cursor.'
- TeamManagerFor more details, see Query.teamManagers.
- TeamUserConnectionnull
- TeamUserEdgenull
- UserA User on Pluralsight is someone who is currently using or has ever used a license on the plan. Users may also be team managers or plan admins with a license.