About
kl3020
Rank:
Community Member
Title:
Joined:
Mar 22, 2019 6:56:26 AM
Posts:
5
Solutions:
0
Likes Received:
86
Bio:
An amazing Instructure Community member
Most Liked Posts
Currently if you want to get a list of all of the roles in a Canvas instance you need to do the following:Load all sub-accounts from the root account: https://canvas.instructure.com/doc/api/accounts.h...
Problem:Given a users user_id or sis_user_id I want to retrieve a list of all the sub-accounts they have admin access to, with a given set of roles. Passing at least one role would be required (at lea...
I wanted to write up a summary of what ended up working for me. I tried to design the code in such a way that it could be re-usable. I certainly borrowed concepts from what has been shared in the thre...
There is an assumption baked into this which is that I'm making requests to the API as super admin. Perhaps GET /api/v1/accounts would show the list of accounts a user has access to if I were that...
Sure, glad to clarify. This feature proposal is about being able to load a full list of all roles from the root account. It proposes doing that by adding a recursive parameter to this endpoint.Whereas...
Most Recent Posts
I wanted to write up a summary of what ended up working for me. I tried to design the code in such a way that it could be re-usable. I certainly borrowed concepts from what has been shared in the thre...
There is an assumption baked into this which is that I'm making requests to the API as super admin. Perhaps GET /api/v1/accounts would show the list of accounts a user has access to if I were that...
Sure, glad to clarify. This feature proposal is about being able to load a full list of all roles from the root account. It proposes doing that by adding a recursive parameter to this endpoint.Whereas...
Problem:Given a users user_id or sis_user_id I want to retrieve a list of all the sub-accounts they have admin access to, with a given set of roles. Passing at least one role would be required (at lea...
Currently if you want to get a list of all of the roles in a Canvas instance you need to do the following:Load all sub-accounts from the root account: https://canvas.instructure.com/doc/api/accounts.h...
Latest Badges
First Login Completed
2024-01-25
50 Likes Received
2024-01-05
25 Likes Received
2024-01-05
First Reply Posted
2024-01-05