For Group and Community Editions
{ "data": [ <Item>, ... ] }
Operoo Staff Member Data
|
Wonde Staff Item Data
|
integration_id
|
id
|
first_name
|
forename (and in its absence 'legal_forename')
|
last_name
|
surname (and in its absence 'legal_surname')
|
user_request_id
|
mis_id
|
request_email
|
contact_details['data']['emails']['work']
|
Operoo Student Member Data
|
Wonde Student Item Data
|
integration_member_id
|
id
|
first_name
|
forename (and in its absence 'legal_forename')
|
last_name
|
surname (and in its absence 'legal_surname')
|
user_request_id
|
mis_id
|
request_email
|
best_contact primary email (or in its absence the first. See details below)
|
request_mobile_number
|
best_contact primary phone (or in its absence the first. See details below)
|
Operoo syncs student email addresses and student phone numbers from Wonde.
and 4 types of email addresses
For students in Operoo we only display:
Operoo Group Data
|
Wonde Group Item Data
|
integration_group_id
|
id
|
name
|
description (and in its absence 'name')
|
student_memberships
|
a compilation of the 'student_memberships' from Registration Groups with this year group id into parent_group_id
|
Operoo Group Data
|
Wonde Group Item Data
|
integration_group_id
|
id
|
name
|
description (and in its absence 'name')
|
parent_group_id
|
the id of a year group, matching by similar group name, or no id
|
student_memberships
|
all the 'id' attributes from the ['students']['data'] array
|