Version: Next
Learners
Create Learners
For the API, the learner is called « Student ». To create a learner, you can use the following route:
Method : POST​
URL : HOST_URL/instances/{instance_id}/students
Json input example:
{​
"uid": "your_learner_uid"
}​
info
A more detailed documentation on how to add Learners can be found here - Link