SailPoint SCIM APIs alternative for updating capabilities

Using 8.3p3 IdentityIQ

I would like to update a user’s capabilities using the Update User API ( https://developer.sailpoint.com/docs/api/iiq/update-user ). However, I’ve noticed that this API replaces the existing capabilities instead of adding new ones to the current list. Is there a way to add new capabilities without overwriting the existing ones? Please advise on how this functionality can be achieved.

Hi @Saihitesh

You can create a workflow (to update the identity with the new capabilities) and then call this workflow via the api - LaunchedWorkflows | SailPoint Developer Community

This way your requirement can be fulfilled, if the direct update user api is not giving direct output.