
zbbtp (zbbtp) asked a question.
I am trying to use Postman to get a list of groups which start with a specific text, in the api document it says this should work (https://developer.okta.com/docs/reference/api/groups/*list-groups-with-search)
but for me it always return all groups, what am I doing wrong?
here is my GET URL 'api/v1/groups?search=profile.name sw "NET-VPN-EXT_"'

It is an Early Access
Can this be achieved with filter query like this?
{{url}}/api/v1/groups?filter=profile.name sw "2nd"
I tried it and I got an "Invalid search criteria".