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.
Following the weekend (Jun 3-4) refresh of the Beta instance, I noticed that calls to https://<beta instance>/api/v1/accounts/1/users stop working when either
are included. I have not tried any of the additional parameters, but have confirmed this behavior using Postman as well as our own development application.
The failure message looks like this--
{
"errors": [
{
"message": "An error occurred.",
"error_code": "internal_server_error"
}
],
"error_report_id": 9309405
}
The same request sent to the Test instance works fine. Further, if I exclude the above parameters and only include
it succeeds in Beta.
So, it appears that something broke in the Create User API in Beta with this latest release. Can someone confirm?
Thanks!
Solved! Go to Solution.
This issue should be resolved. If you are still seeing it please file a case with our support team.
Jesse Poulos
Partner Integrations Specialist
Instructure
@bate_1 , greetings! I'm not sure of the answer to your question, but I'm going to share it with the https://community.canvaslms.com/groups/canvas-developers?sr=search&searchId=1f189111-256b-4751-b96f-... group in the Community to see if they can help!
This issue should be resolved. If you are still seeing it please file a case with our support team.
Jesse Poulos
Partner Integrations Specialist
Instructure
Thank you, Jesse, for the quick response and repair. I can confirm that it is working again.
Out of curiosity, was it a code change in the User API or merely a problem with the refresh of QA that induced the problem?
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.