Create User Error - Canvas Live API, Resource does not exist

Jump to solution
7a09s8d7f098a7s
Community Member

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.

0 Likes
1 Solution
7a09s8d7f098a7s
Community Member

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.

View solution in original post

0 Likes