Is there a report that we can run that will give us a list of any pending invitations across all of the courses in our domain? If not, how could we go about getting that information short of manually accessing the people page for each and every course?

Jump to solution
hyim
Community Explorer

This is particularly a concern for students that have been invited but have not yet created an account (and are therefore not yet listed as users).

1 Solution
straussi
Community Champion

In the Canvas Data Portal, you can download the 'enrollment_dim', which includes the workflow_state for enrollments, including 'invited'. You also have the user_id foreign key for the user enrollment. Join that to user_dim and since 'creation_pending' is a workflow_state, you may be able to get the integration you are looking for.

View solution in original post