Step 1: Create Instructors
Create teachers using API. For this, you can use /vendors/institutes/{{institute_id}}/users
API (documentation here). You can use your internal UUID
for creating these users in the key vendorUserId
The above API shall return the UserID for the created user in the response key _id
. You should save this UserID in your database against your internal UserID
Last updated