get https://apihub.educacional.com/oneroster/v1p1/users
IMS Global Reference Data Model
https://www.imsglobal.org/oneroster-v11-final-specification#_Toc480452019
Demographic data has been included in the user endpoint.
Follow the example:
{
"sourcedId": "9999999-9999-9999-9999-999999999",
"status": "active",
"dateLastModified": "2022-10-20T16:10:56.000Z",
"metadata": null,
"username": "teste usuario",
"userIds": [],
"enabledUser": "true",
"givenName": "Teste",
"familyName": "Usuario",
"middleName": "Usuario",
"role": "student",
"identifier": "99999",
"email": "[email protected]",
"sms": null,
"phone": "",
"agents": [],
"orgs": [
{
"href": "example",
"sourcedId": "example",
"type": "school"
}
],
"grades": [
"6 ano - Portugues"
],
"password": null,
"demographic": {
"sourcedId": "9999999-9999-9999-9999-999999999",
"status": "active",
"dateLastModified": "2022-10-20T16:10:56.000Z",
"birthDate": null,
"sex": "unspecified"
}
}
For more information on demographics, please refer to the OneRoster documentation.
https://www.imsglobal.org/oneroster-v11-final-specification#_Toc480452012