Is it possible to make feature request for API?
It would be nice to have bulk update function, where we can pass array for each “Id” in an array, to update all of those in bulk. That would save some api calls for many developers I believe.
Array(
1=>array(‘FirstName’=>… , ‘LastName’=>…),
2=>array(‘FirstName’=>… , ‘LastName’=>…)
)
A similar bulk call for group Assign would be very useful too.