API url for getting student emails from canvas id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021
04:31 PM
I need an api url that returns a student email when I put in their canvas userid e.g. 28124
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2021
08:43 AM
The "get user profile" API (https://canvas.instructure.com/doc/api/users.html#method.profile.settings ) returns the Profile object for the user, which includes their primary email.