Enrolling user in a learning object instance returns OBJECT_DOESNT_EXIST response I am attempting to add an internal user I created via the API to a specific learning object instance of a course. The user exists, the learning object exists, and the learning object instance exists (see below for verification and steps taken, I obfuscated a few things not used for testing, but the relevant data is there) the urls seem to be correctly formed/generated. I cannot figure out why it wont let me enroll the user, what am I missing? Thanks! I am working within the API v2 docs and using the "Try it out!" button. As per the APIv2 documentation, I am making the request with the auto-generated url in the following format: https://captivateprime.adobe.com/primeapi/v2/users/14442625/enrollments?loId=course%3A1609174&loInstanceId=course%3A1609174_1789114 But I receive this as the response: {
"status": "BAD_REQUEST",
"code": "OBJECT_DOESNT_EXIST",
"title": "Object doesn't exist",
"source": {
"info": "course:1609174_3323201_14442625" }
} I can make a