planAdmins

Available on: PROENT

PlanAdmins represent a list of Users that have special permissions to edit plan details and to create API keys.

For more information, see How to Add a Plan Admin.

Try it yourself!

GraphiQL Tips:

Press [Ctrl] + [Space] to bring up auto-suggested fields[Ctrl] + [Click] on a field to bring up relevant documentation

Available Fields

NameTypeDescription
psUserIdID!The UUID compliant unique identifier of the User.
emailStringThe primary email of the User.
firstNameStringFirst name of the User.
lastNameStringLast name of the User.
planIdStringThe Pluralsight Plan for the given record.
planUserIdStringThe unique identifier for a Pluralsight user assigned to a specific plan.
currentSsoIdentifierStringThe current SSO identifier for the User. If the user changes plans, then the SSO identifier will become null. NOTE: this field will be null if user was previously an ACG only user, and now has access to the skills platform as well.
createdOnDateTimeThe date and time this entity was created. Dates are serialized in ISO-8601. (Ex: '2021-02-01T00:00:00.000Z')
noteStringFree-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.
userIdString!DEPRECATED: Pluralsight is transitioning to a UUID compliant identifier for users. Please use psUserId instead.
Deprecated on: 2025-02-10, support ceases: 2025-08-10, and is removed: 2025-11-10
The unique identifier for the User.

ArgumentsPagination HelpFiltering Help

NameTypeDescription
firstIntPlease see pagination documentation: https://developer.pluralsight.com/docs/getting-started/pagination
afterStringPlease see pagination documentation: https://developer.pluralsight.com/docs/getting-started/pagination

Output

A type that describes the return type for the planAdmins query. PlanAdmin can then be accessed via nodes or edges

NameTypeDescription
totalCountInt!The total number of PlanAdmin records available given the constraints of the query. An important note: This number represents the total number of records across individual requests. i.e. if totalCount were 100 and the planAdmins query requested only 10 results via the 'first' argument in the query, then you could calculate that you would need to make 10 requests to get all 100 records available.
edges[PlanAdminEdge]A list of PlanAdmin entities, with the addition of a cursor field that can be used to fetch subsequent pages.
nodes[PlanAdmin]A list of PlanAdmin entities.
pageInfoPageInfo!Information needed to fetch subsequent pages.

PageInfo

PlanAdminEdge