Perform Bulk Operation on Users

Let's assume you want to update a few details for some of your users. You also want to delete a few users. Are you wondering whether it's possible to combine both these actions in the same request? Yes, you can combine both these actions into a single bulk operation and update the Users resource. Follow these instructions to learn how to do it.
  1. Search for the users and get their unique identifiers. See Get all users task for the Users resource.
  2. Submit a bulk operation on the Users resource to update and delete the queried users. For details, refer to the Bulk operation task.