LMS365 allows for revoking users' acquired skills via API.
NOTE
To revoke a Skill via API, please use the Competency word instead of Skill.
To revoke a user's Skill via API, follow the steps:
1) Go to https://api.365.systems/
2) Get a User Login of the relevant user by /odata/v2/Users method.
3) Get the Competency ID and the Level ID that you require to revoke via /odata/v2/UserCompetencies method.
4) With the received the data, fill in the method /odata/v2/Users('{LoginName}')/RevokeCompetency
5) Click Execute. The relevant Skill of the user is now revoked.
Comments
Article is closed for comments.