- The ranking is calculated based on the number of successfully completed (passed) trainings.
- The average score is used as a secondary factor for the ranking calculation.
- Users associated with an ANONYMOUS scope are excluded from the ranking system.
PassedTrainingsRanking object
On the API level user ranking based on the passed trainings is represented byPassedTrainingsRanking data type.
Retrieve the ranking
UserContext API object contains property passedTrainingsRanking.
Also, ranking can be retrieved by calling the getUserPassedTrainingsRanking query.
It has one optional argument - userContextUuid. If it’s not set, the current API user context will be used by default.
The query returns a PassedTrainingsRanking object as a response.