OBJECT
PlanAdmin
A PlanAdmin has special permissions to edit plan details and to create API keys.
link GraphQL Schema definition
- type PlanAdmin {
- # The unique identifier for the User.
- ID! :
- # The primary email of the User.
- String :
- # First name of the User.
- String :
- # Last name of the User.
- String :
- # The Pluralsight Plan for the given record.
- String :
- # The current SSO identifier for the User.
- String :
- # The date and time this entity was created.
- DateTime :
- # Free-text note associated with the user, editable by plan admins. Often this
- # field is used by plan admins to store the external identifier or remoteID for
- # this User.
- String :
- }
link Require by
- PlanAdminConnectionA type that describes the return type for the planAdmins query. PlanAdmin can then be accessed via nodes or edges
- PlanAdminEdgeA type that describes an edge in the PlanAdminConnection. Essentially, a PlanAdminEdge is a wrapper object for PlanAdmin. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch PlanAdmin records after 'cursor'.