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!
Hello,
I'm researching a way to get a quiz assignment override for a certain user through the quiz APIs. I'm trying to use the
API endpoint. When looking through the data, I see the dates that I set up for this override but I don't see the user id for the student that I assigned to this override. Does anybody know where I can get that user id for this override? Or if they have done this already, share your experience on solving this issue.
Thank you,
Shawn Geller
Solved! Go to Solution.
Hi @srg25,
It looks to me like those quiz endpoints return data that applies to the user calling the API, so you'd need to be active as a specific user to get their individual override info using those calls. The more generic Assignment Overrides API may be the endpoint you want to use instead, as it does return the overrides with a list of users, groups, and./or sections the override applies to (example test screenshot shown here).
-Chris
Hi @srg25,
It looks to me like those quiz endpoints return data that applies to the user calling the API, so you'd need to be active as a specific user to get their individual override info using those calls. The more generic Assignment Overrides API may be the endpoint you want to use instead, as it does return the overrides with a list of users, groups, and./or sections the override applies to (example test screenshot shown here).
-Chris
Thank you Chris.
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