Exporting Student Contact Info

Finn.G.9691
Finn.G.9691 Posts: 3 🔍

Hi,

For report purposes I need to be able to export user information including their parent contact information. But when I look at the information that gets export through users (Datahub) it does n't have this info. Is there any way to export this?

Thanks,

Tagged:

Answers

  • Hi @Finn.G.9691 ,

    Thank you for reaching out to the Brighspace Community!


    You may want to utilize the following API to retrieve parental relationships for a particular user.

    https://docs.valence.desire2learn.com/res/user.html#get--d2l-api-bfp-(version)-relationships-(userId)

    and then use the following APIs to get user/ user profile data:

    https://docs.valence.desire2learn.com/res/user.html#get--d2l-api-lp-(version)-users-(userId)

    https://docs.valence.desire2learn.com/res/user.html#get--d2l-api-lp-(version)-profile-(profileId)

    I hope this helps.

    Regards,

    Pulkit

  • Finn.G.9691
    Finn.G.9691 Posts: 3 🔍

    Thanks for the help, however, that does not give the parent info I am looking for, only the student information.

    :(