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.
Found this content helpful? Log in or sign up to leave a like!
Hi everyone
I have created an LTI 1.3 developer key which has privacy level set to public.
I now attempt to call the names-and-roles-membership, but it only returns 3 values per member as if it were private.
I call the API with the client_credentials JWT token, using api path: /api/lti/courses/1/names_and_roles.
Why do I not get more info per student?
Regards
Atli Gislason
There is some bug in the GUI where setting Public does not work.
You can set the tool to Public using the API.
Something like:
curl -X PUT $server/api/v1/courses/123/external_tools/456 \
-H "Authorization: Bearer $token" \
-F 'privacy_level=public'
It worked! Thank you so much!
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