Found this content helpful? Log in or sign up to leave a like!

Canvas API call to return all Account Roles

Jump to solution
RobertLms
Community Member

Believe that /v1/accounts/{account_id}/permissions only returns all the Course Roles (NOT the Account Roles)

How to use Canvas API to return all Account Roles?

Labels (1)
0 Likes
1 Solution
RobertLms
Community Member
Author

Thank You Chris for a solution: First, return all Account Settings for a particular account (/accounts/{account_id}/settings) and then loop to filter out the ones that have "is_account_role":true

View solution in original post

0 Likes