[ARCHIVED] Create New User and Enroll in Course via single API call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2021
12:59 PM
Is it possible to create a new user AND enroll the new user in a course via a single API call?
Seeing no way to do so, we're planning to run two calls:
- Create a new user with /api/v1/accounts/1/users, and receive the new user ID, then
- Enroll that new user with /api/v1/courses/:courseID:/enrollments
Is there a way to accomplish this all at once that I'm missing?
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.