Skip to main content

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.

View source

Request

Responses

Matched users and the emails with no match.