canvas::API method account admins (public)
<instance of canvas::API> account admins [ -page page ] \ [ -per_page per_page ] [ -max_entries max_entries ] account_id
Defined in packages/xooauth/tcl/canvas-procs.tcl
Get a paginated list of the admins in the account. Details: https://canvas.instructure.com/doc/api/admins.html
- Switches:
- -page (optional, defaults to
"1"
)- Return the nth page of the result set
- -per_page (optional, defaults to
"10"
)- Return this number of entries per page
- -max_entries (optional)
- perform potentially multiple requests until the requested number of entries can be returned.
- Parameters:
- account_id (required, integer)
- Testcases:
- No testcase defined.