Patch
/users/{userId}/skills
Update level and/or targetLevel for skills(s) for an existing learner.
Security
HTTP
Type basic
To pass the authentication step you will need to provide the following:
Username is the Tenant ID (i.e. eu-west-2_AbcdEfghI) Password is the secret you would have received
Path parameters
userId
stringRequired
The learner ID
Example63f57d805d8ecbf46f5b5278
Body parameters
object
op
string Required
Valid values[
"update"
]
path
string Required
Valid values[
"skills"
]
value
Array of object Required
Skills and levels/targetLevels to be updated for the learner.
Min items1
Max items100
object
tagName
string Required
Exampleleadership
level
number
Minimum-1
Example1024.0
targetLevel
number
Minimum-1
Example1024.0
Responses
200
Skill(s) updated successfully for the learner.
object
status
number
Example200.0
message
string
ExampleX skill(s) updated successfully for the learner.
401
Unauthorized
object
Unauthorized
status
number
Example401.0
error
string
ExampleUnauthorized
message
string
403
Forbidden
object
Forbidden
status
number
Example403.0
error
string
ExampleForbidden
message
string #deprecatedtemplate# #additional-property-template#
OneOf
string
string
object
object
404
Not Found
object
Not found
status
number
Example404.0
error
string
ExampleNot Found
message
string #deprecatedtemplate# #additional-property-template#
OneOf
string
string
object
object
422
Unprocessable Content
object
Unprocessable Content
status
number
Example422.0
error
string
ExampleUnprocessable Content
message
string #deprecatedtemplate# #additional-property-template#
OneOf
string
string
object
object
default
Internal Server Error
object
Internal Server Error
status
number
Example500.0
error
string
ExampleInternal Server Error
message
string