Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
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!
To participate in the Instructure Community, you need to sign up or log in:
Sign In