Look up users by email
POST/api/courses/:id/lookup-users
Resolves a list of emails to user records, splitting them into found and notFound, used by the roster importer to preview who exists before enrolling. Matching is case-insensitive regardless of DB collation. Restricted to course staff (faculty or TAs) or a system admin: only someone who can manage the course in the path may resolve emails to accounts.
Request
Responses
- 200
- 401
- 403
- 500
Matched users and the emails with no match.
Not signed in.
Not course staff (faculty or TAs) or a system admin.
Server error.