Hi,
We have an automation that archives users who have not logged in for 3 months or more, the issue we are facing is that the API will archive first 3 to 4 users then gives "500 Internal Server Error".
The amount of users we are trying to archive is around 40 users, and we have a sleeping mechanism for 1 minute between each call.
I would appreciate if anyone could help on how to fix this issue or what is causing it ?
The API call is constructed as below
dynamic.instantname.com/.../userid
Thanks!