Exporting Student Contact Info
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,
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
-
Thanks for the help, however, that does not give the parent info I am looking for, only the student information.
:(
-
Hello@Finn.G.9691,
Thank you for confirming!
I’ve checked internally, and unfortunately, we don’t have any datasets or APIs available that include both user information and parent contact details.However, I’d recommend submitting this idea to our Product Idea Exchange. This platform allows users to share feature requests. All suggestions submitted there are reviewed and considered for future implementation based on overall demand and feasibility.
Thanks,
Rusha
-
I don't seem to have a login for the Product Idea Exchange. How do I get that?
Thanks,
-
Hi @Finn.G.9691 -
You should automatically have access to both PIE and the Learning Center with your login. I checked your profile and can confirm that you're registered correctly to access both 🙂
Could you try accessing again using the link Rusha shared above? You can also access PIE by heading to the Resources > Product Idea Exchange (3rd Party Tool), or use the Quick Links widget on the right side of this page.
Please let us know if you're still running into an error!
-
I was finally able to login through the link on the side.
Are we allowed to write our own APIs? If so, how do we authenticate?