{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": {
"user": {
"id": "string",
"name": "string",
"email": "string",
"emailVerified": true,
"secondaryEmail": "string",
"image": "string",
"active": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"type": "STUDENT",
"profile": {
"id": "string",
"userId": "string",
"nisn": "string",
"nipd": "string",
"nik": "string",
"skhun": "string",
"birthCertificateNumber": "string",
"familyCardNumber": "string",
"father": {
"name": "string",
"nik": "string",
"birthPlace": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"education": "NONE",
"phone": "string",
"occupation": "UNEMPLOYED",
"income": "NO_INCOME",
"specialNeeds": [
"VISUAL_IMPAIRMENT"
]
},
"mother": {
"name": "string",
"nik": "string",
"birthPlace": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"education": "NONE",
"phone": "string",
"occupation": "UNEMPLOYED",
"income": "NO_INCOME",
"specialNeeds": [
"VISUAL_IMPAIRMENT"
]
},
"guardian": {
"name": "string",
"nik": "string",
"birthPlace": "string",
"birthDate": "2019-08-24T14:15:22.123Z",
"education": "NONE",
"phone": "string",
"occupation": "UNEMPLOYED",
"income": "NO_INCOME",
"specialNeeds": [
"VISUAL_IMPAIRMENT"
]
},
"residenceType": "WITH_PARENTS",
"transportationMode": "WALKING",
"height": 0,
"weight": 0,
"headCircumference": 0,
"distance": 0,
"travelTime": 0,
"siblings": 0,
"numberOfSiblings": 0,
"phone": "string",
"religion": "ISLAM",
"address": {
"street": "string",
"rt": "string",
"rw": "string",
"subDistrict": "string",
"district": "string",
"city": "string",
"province": "string",
"country": "string",
"postalCode": "string",
"location": {
"latitude": 0,
"longitude": 0
}
},
"birthDate": "2019-08-24T14:15:22.123Z",
"birthPlace": "string",
"birthOrder": 0,
"bloodType": "A",
"gender": "MALE",
"landline": "string",
"hobby": "string",
"dream": "string",
"specialNeeds": [
"VISUAL_IMPAIRMENT"
]
},
"roles": [
{
"id": "string",
"name": "string",
"icon": "string",
"color": "string"
}
]
}
}