SKY API Course Roster

Nick Marchese
Nick Marchese Community All-Star
Seventh Anniversary Kudos 1 Name Dropper Participant
I'm having difficulty finding an endpoint that allows you to pull course roster information with email addresses and not just names. Can anyone help?

Comments

  • Brian Gray
    Brian Gray Community All-Star
    Eighth Anniversary Kudos 5 First Reply bbcon 2025 Attendee Badge
    There is no single endpoint that will do that.  The "Student list (single section)" endpoint returns only the enrolled students' User IDs and names.


    My programs always start with a call to "User extended list" to get info on each user in the target role(s).  I store those results in a hashtable (with user ID as the key).  I can then get whatever details about the user I need (address, phone numbers, email, grade level, etc) with a look-up of the user object in the hashtable.


     

Categories