
fvia9 (fvia9) asked a question.
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
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