Revoke user's skills via the API

It's possible to revoke users' acquired skills via the Learn365 API.

This article describes how to revoke users' acquired skills via the Learn365 API.

 

NOTE   

Skill is named Competency (skill) in some of the API sections and commands.

 

To revoke a user's skill via API, follow the steps:

1. Go to https://api.365.systems/ and authorize with the relevant API key. You can find more about the authorization process here.

 

2. Find the Users section, expand it, find the POST /odata/v2/Users('{LoginName}')/RevokeCompetency with the Revokes competency (skill) description and then select Try it out in the top left corner.

 

 

3. After you select Try it out, two fields will be displayed. You will need to fill in the required parameters:

  • key: LoginName where you need to enter the login name of the user you want to revoke a skill from.
  • "competencyId": "string" where you need to replace the string with the id of the skill you want to remove from a user.
  • "competencyLevelId": "string" where you need to replace the string with the id of the skill level.

You can find the required competencyId and  competencyLevelId via Learn365 API.

 

2022-07-13_17_37_34-LMS365_API.png

 

3.  Select the Execute button to run the command.

 

4. Go to the Responses block to check the results:

 

 

Was this article helpful?
0 out of 1 found this helpful

Comments

Article is closed for comments.