Does Canvas Data include account (and sub-account) admins information?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2023
03:39 PM
I was hoping to find one or more tables in Canvas Data that contains account roles (that is, admin-like roles) and also enrollments of this type, but I'm having trouble locating this. Does it exist? (in either CD1 or CD2?). Assuming it does not, is the plan to include this in the CD2 roadmap?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023
07:12 AM
I believe you'll find what you're looking for in the account_users table. Role IDs are defined in the roles table -- look for records that have a base_role_type of AccountMembership.
--Colin