[ARCHIVED] Create User Error - Canvas Live API, Resource does not exist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2020
03:47 PM
I went to MyInstitution.instructure.com/doc/api/live and under the Users sections I attempted to create a user, but I got the following error:
{ "errors": [ { "message": "The specified resource does not exist." } ] }
Request URL: https://MyInstitutation.instructure.com:443/api/v1/accounts/9999/users
I specified the parameters: name, short name, sortable name, pseudonym, send confirmation.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2020
03:57 PM
The issue was the account id property is not a new id that will be assigned to the user, it is the id of the organization account.
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.