[ARCHIVED] Reporting on Role Permissions Structure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2021
10:17 AM
Is there a way to find through the API, Canvas Data, or Admin reports the various assigned items to a permissions role?
For example, I would like to have a report that shows each role and what specific permissions are assigned to that role. This way it is possible to check over time the changes as well as what each role currently is able to do.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2021
01:43 PM
Well, the Roles API ( https://canvas.instructure.com/doc/api/roles.html ) should return a list of all the roles, and they you can use the API to list permissions for each role. There's no built-in tracking of changes over time through the API, so you'd have to run the query on a regular basis and record the results to track changes over time.
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.