Failure on batch user query (Helix)

I am probably blind and just missing something, but going through some old data and updating user data through the helix /users/ endpoint. I am batching it in groups of 100 however if I have an invalid userid (investigation leads to removed accounts as far as I can tell) the entire batch fails without indication which userid is the culprit.

If my only option to isolate that batch then start searching for the offending userid(s)?

What’s the response you’re getting? An invalid user (deactivated or suspended) should simply be omitted from the response.

Yea disregard. As per usual my bug was coding at 4am while nodding off. I had loaded 2 usernames instead of id into an id query… Fresh eyes prevail.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.