Mirror Data

Mirror the partner's data like classrooms their students and teachers , also school managers and school admins.

Mirror the data in the partner's system to our system

{Tenant endpoint}/data/mirror

type :

headers
Name required type description
referer YES string The root of the application that is sending the request (your website at jusoorlabs.com)
accept YES string the basic accept header (always send it as application/json)
token YES string The token provided to you once you've registerd with Jusoor Labs API.
parameters
Name required type description
classrooms YES object object consists of the following : name
students : array of objects each object consists of id , name and username.
teachers : array of objects each object consists of id , name and username.
school_admins optional object array of objects each object consists of id , name and username.
managers optional object array of objects each object consists of id , name and username.
supervisors optional object array of objects each object consists of id , name and username.