<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
0D54z00006tcjm8CAAOkta Identity EngineWorkflowsAnswered2024-04-16T13:00:24.000Z2021-03-31T18:21:58.000Z2021-05-21T15:58:57.000Z

fvia9 (fvia9) asked a question.

Using Okta's "Search Groups" card in a workflow

I am trying to use Okta's "Search Groups" card in a workflow but I am unable to get any results from it. I've tried each of the below "Query" values. What am I doing wrong? What is the correct syntax?

 

type eq "OKTA_GROUP"

type+eq+%22OKTA_GROUP%22

search=type eq "OKTA_GROUP"

search=type+eq+%22OKTA_GROUP%22


  • You will need to use the "custom API action" card with URL /api/v1/groups. create a compose card with: type eq "OKTA_GROUP" and pass into an object construct field called filter. pass the output from the object card to the query part of the custom API action. if you still need help please open a support case

  • JahL.29483 (Customer)

    don`t work to just type Okta_group ?

    Works for me just to type the group name, like in the picture my group name starts with APP. It thens list me all groups thats starts with app

This question is closed.
Loading
Using Okta's "Search Groups" card in a workflow