canvas_list_sub_accounts
Retrieve a list of sub-accounts under a parent account by providing the parent account ID, enabling efficient organization and management within Canvas LMS.
Instructions
List sub-accounts for an account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_id | Yes | ID of the parent account |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"description": "ID of the parent account",
"type": "number"
}
},
"required": [
"account_id"
],
"type": "object"
}