Is there any reasonable way to fetch users filtere...
# support-questions-legacy
h
Is there any reasonable way to fetch users filtered by their role(s), with the node sdk? I've tried
getUsersThatHaveRole
but that's limited to searching by one role at a time. Is my best bet to run that fetch once for each role perhaps?