Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I created a report to track the progress of the company training progress. It works and I am doing some updates to it now. I want to include the team name for each user. This is the documentation I am referring to:
https://developer.pluralsight.com/schema/user/users
and the field 'teamNames' description states:
teamNames | [String] | A list of all the team names that the user is directly on. |
so this is my query ( I removed the api key and any other confidential information) :
All the fields are populated and correct however, the teamNames field is just blank for every user.
Im guessing that since teamNames is an array, thats where the issue lies but I dont know what to do. Any assistance is greatly appreciated, Thanks!