Search Groups by name field

Is there a way or format to search group data by specific field value?
Cause I tried: ENDPOINT_API/api/groups?q=name:"group_name*"
and it returns an error {'statusCode': 400, 'error': 'Bad Request', 'message': "Cannot read property 'toLowerCase' of undefined" }

Nevermind. I found the right format. Its ENDPOINT/api/groups?field=name&q=GroupName_*

2 Likes

Its better to update your Auth0 authorization extension docs. To include this kind of query parameters

1 Like

Hi @jay.donguines,

Welcome to the Auth0 Community!

Thank you for sharing the solution with everyone.

If you have any further questions, don’t hesitate to ask.

Thanks,
Tudor