Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Set Key Qualifications For User

Resource URL

URL: user/resume/setKeyQualification


Parameters

string username
required

Username

string password
required

Password

string userId
optional

Trainingportal internal ID of the user to be edited
string userExternalId
optional
External ID of the user. Either userId or userExternalId must be filled
string keyQualifications
optional

The text used for key qualifications.
Will be set to empty if not given.
Can contain <strong></strong> to make text bold.


Return value

status

OK


Example request

URL

https://www.trainingportal.no/mintra/rest/user/resume/setKeyQualification

POST DATA

userExternalId=a001&keyQualifications=TextStringToStoreInKeyQualification&username=username&password=secret

{
"status": "OK"
}