For our multi-tenant app we would like to provide an ability to search organizations or get a list of organization display names and metadata if we have a list of org_id.
Unfortunately, we can’t see any way to do this other than iterating in a loop client-side which gets somewhat long once you exceeded a few hundred orgs.
Now getting all orgs and filtering down is also a potential concern as when the app scales we maybe looking at tens of thousands there.
Unfortunately, the ways in which you’ve described are going to the be the best approach currently. I do encourage you to provide feedback though - I would love to see this functionality as well as this is something that has certainly come up before: