{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
null
],
"result": {
"id": "string",
"userId": "string",
"name": "string",
"email": "user@example.com",
"nik": "string",
"nisn": "string",
"graduationYear": 0,
"gender": "MALE",
"birthDate": "2019-08-24T14:15:22.123Z",
"city": "string",
"province": "string",
"country": "string",
"phone": "string",
"ijazahUrl": "http://example.com",
"ijazahKey": "string",
"status": "PENDING",
"maritalStatus": "SINGLE",
"marriageYear": 0,
"childrenCount": 0,
"relevanceScore": 1,
"feedback": "string",
"critics": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"jobs": [
{
"id": "string",
"alumniId": "string",
"company": "string",
"position": "string",
"field": "string",
"employmentType": "FULL_TIME",
"salaryRange": "NO_INCOME",
"startYear": 0,
"endYear": 0,
"isCurrent": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"businesses": [
{
"id": "string",
"alumniId": "string",
"name": "string",
"field": "string",
"scale": "MICRO",
"income": "NO_INCOME",
"startYear": 0,
"isCurrent": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"educations": [
{
"id": "string",
"alumniId": "string",
"institution": "string",
"program": "string",
"degreeLevel": "NONE",
"entryYear": 0,
"entryPath": "string",
"status": "ONGOING",
"isCurrent": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"socialLinks": [
{
"id": "string",
"alumniId": "string",
"platform": "INSTAGRAM",
"url": "string"
}
],
"user": {
"id": "string",
"name": "string",
"email": "user@example.com",
"active": true,
"emailVerified": true,
"image": "string"
}
}
}