The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
You should be able to do this through the api by setting the course_navigation[default] of the external tool to enabled. See the link and specific settings below:
https://canvas.instructure.com/doc/api/external_tools.html#method.external_tools.update (scroll up a bit to the create call to see the options you can set)
| course_navigation[default] | string | If set to “disabled” the tool will not appear in the course navigation until a teacher explicitly enables it. If set to “enabled” the tool will appear in the course navigation without requiring a teacher to explicitly enable it. defaults to “enabled” Allowed values:disabled, enabled |
I assume this relates to your question about Zoom. In the configuration XML it is set to default to disabled (<lticm:options name="course_navigation"> <lticm:property name="default">disabled</lticm:property>).
Hello @rpsimon ...
In addition to the information that @A_K_Dekker gave you, here are the admin Guides for adding LTI external apps at the account level: Admin Guide - Canvas Community.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
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.