Mirror Data (Simple)

Synchronize academic and administrative data from the partner LMS into Jusoor Labs. This includes classrooms, teachers and students. Completing this step is required before generating SSO links for teachers and students, enabling seamless access to experiments and classroom management.

Mirror the Data

POST {Tenant endpoint}/api/v2/mirror-data/simple

Send the partner's academic data to our system. Includes classrooms, students, and teachers.
Tenant endpoint example: yoursubdomain.jusoorlabs.com
Note: Data synchronization might take time depending on data size as it uses queues.

Headers
Name Required Type Description
referer YES string Provided by Jusoor Labs to identify your app.
accept YES string Set as application/json
token YES string Your API token from Jusoor Labs.
Parameters
Name Required Type Description
classrooms YES object Object containing:
  • name
  • students: array of objects (uuid, name)
  • teachers: array of objects (uuid, name)