UserSkillRanking - Global
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- API reference
The UserSkillRanking API provides methods to configure options for choosing the right user and getting a sorted list of qualified users based on number of matching skills and skill-level gap.
This API requires the Skills Management plugin (com.snc.skills_management), which you can activate if you have the admin role.
See Qualify and rank users based on skills and skill levels.
UserSkillRanking - UserSkillRanking()
Instantiates a UserSkillRanking object.
Name | Type | Description |
---|---|---|
None |
UserSkillRanking - getQualifiedRankedUsers(String requiredSkillsJson, String usersJson, String rankType, Boolean isSkillLevelEnforced)
Provides a list of qualified users based on matching mandatory skills and levels if the
isSkillLevelEnforced
parameter is true).
Type | Description |
---|---|
String | List of qualified users as JSON. Error if inaccurate parameters or malformed JSON provided. |