Feature: Allow customers to access Lucene searching organizations
Description: Right now, when using the management API we can only use Lucene searching for users and it would be very helpful to have this also available on the Organizations endpoint. It looks as though it is already available for internal Auth0 users and it would be amazing if we could all benefit from that.
I tried doing a GET request to https://sayari.auth0.com/api/v2/organizations/search?q=name:"*sayari*"
but got a response of 403 Forbidden: This operation must be authorized by Auth0
Use-case: I am building a user management portal and this would greatly help when searching for orgs since right now my only option is to either match a string exactly or extracting all the organizations and building this on my own. Thank you for considering this!