Thanks for your reply. It doesn't answer my questions, so I'll try to restructure them
1. Based on your answer, I understand the usage of remove_all is the only way to achieve what we want (refresh of a user list).
If that's not correct, please let me know
2. We want to understand what happens with an existing User List from the moment we start running an offline job containing remove_all + create operations on it.
I assume the remove_all operation will run first, so the user list will be empty as soon as this operation completes.
Then, the create operations will add the accounts to the list and match them. As we know, the full process can take many hours (days, too - based on our tests).
Our question is:
What is the impact of this on the processes that uses the data from this list? Will they find an empty or partially loaded user list while the job is executing?
We want to asses the risks and implications, before moving on with this solution
Thanks for the links for the documentation.
We went through them many times, but we didn't find answers for the above questions.
Thanks,
Daniel