<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y0000ATwYyKSQVOkta Identity EngineAdvanced Server AccessAnswered2024-03-25T19:46:07.000Z2021-02-16T15:16:03.000Z2021-03-29T11:49:37.000Z

zbbtp (zbbtp) asked a question.

List Groups with search & start with doesn't work

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_"'

 

 


  • odm2t (odm2t)

    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".

     

This question is closed.
Loading
List Groups with search & start with doesn't work