Official comment
Hi Hkhurshudyan,
Unfortunately you cannot add multiple skills to a user in one request.
But you can use bulk request to join multiple request in one API call.
Regards.
Hi guys I know how to add new skill to Member but I can't add multiple skill like this .
I don't wont to do multiple call to the API
{
"Container": [
'/Skill/647d0590-b573-4a2f-9025-a5ace3112bdb',
'/Skill/a15d822d-0a2a-999b-aef5-f0085d44698e'
],
"Member": '396e4b4b-a04c-4d77-8929-5caeab3941fe'
};
Thanks
Hi Hkhurshudyan,
Unfortunately you cannot add multiple skills to a user in one request.
But you can use bulk request to join multiple request in one API call.
Regards.
Please sign in to leave a comment.
hmm and how it works?
Can you present some example?
Hi,
Please find the documentation here: https://success.clarizen.com/hc/en-us/articles/205711828-REST-API-Guide-Version-2#Bulk
You can find an example there. Let me know if you still have questions.
Regards.