patchUserRoutingskillsBulk()

Hello,
this method takes 2 parameters :
let userId = "userId_example"; // String | User ID
let body = [{}]; // Object | Skill
I tryed the body parameter with the name of the sill and the ID od the skill
in both cases i got an error :

"message": "The request could not be understood by the server due to malformed syntax.",
"code": "bad.request",
"status": 400,

can you help please ?

See the request body documentation here: PATCH /api/v2/users/{userId}/routingskills/bulk

Thanks @tim.smith for your help

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.