{
"kpis": {
"userId": "string",
"nickname": "string",
"profileImage": "string",
"email": "string",
"requiredAssigned": 0,
"requiredCompleted": 0,
"optionalAssigned": 0,
"optionalCompleted": 0,
"completed": 0,
"successCount": 0,
"passCount": 0,
"failCount": 0,
"avgPercentage": 0,
"passRate": 0,
"currentStreak": 0,
"currentStreakRuleName": "string",
"currentStreakIcon": "string",
"lastAccessAt": "string",
"tags": [
{
"tagId": "string",
"namespace": "string",
"variant": "string",
"label": "string"
}
]
},
"learningPaths": {
"items": [
{
"assignmentId": "string",
"learningPathId": "string",
"title": "string",
"assignmentType": "REQUIRED",
"attempts": 0,
"tags": [
{
"tagId": "string",
"namespace": "string",
"variant": "string",
"label": "string"
}
],
"status": "NOT_STARTED",
"percentage": 0,
"score": 0,
"outcome": "SUCCESS",
"startedAt": "string",
"completedAt": "string",
"ttcMs": 0
}
],
"nextToken": "string"
}
}