Testing in my trial platform I have received a 200 response (although I swapped out a course ID and user ID for ones that exist in my platform).
From the Course > Session page, I can see the new Session and Instructor assigned:
Yup, above is how I do it, its an array of the docebo id’s of the instructors. The format you have in the above looks more like the GET response than the POST submission.
@Bfarkas you are right! I posted in part code and in part screen shot. Here’s the full breakdown:
Hmm, nothing is jumping at me, you are positive the 13269 is a valid active user in your instance?
Random question/thought, you are making a new session right, not updating an existing?
@Bfarkas ,
Your thought is right. Even that the status shown as “1” in response from /manage/v1/user, it does not work until I go to UI to activate the user manually.
Thanks both you @John and @Bfarkas to point me right direction.