API url for getting student emails from canvas id

Jump to solution
zapsarth
Community Member

I need an api url that returns a student email when I put in their canvas userid e.g. 28124

0 Likes
1 Solution
mzimmerman
Community Coach
Community Coach

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.

View solution in original post