[ARCHIVED] 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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016
02:51 PM
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).
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2016
01:35 PM
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.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.