
CliveC.18506 (Customer) asked a question.
We have a need in an Okta Workflo to reference a group by name not ID or to discover the ID of a group given it's name. But all the cards I've found seem to require the ID to be used. Is there a card that can discover a group ID given it's name?

Hello Clive,
Workflows cards do not have every possible API endpoint available with every possible configuration. Because of this cards usually have a Custom API Action (CAPIA) option.
The groups API documentation has a find groups:
https://developer.okta.com/docs/reference/api/groups/#find-groups
In the following example I am searching for Sep (i expect 3 results). The use of the Pluck was just used for illustration of results. You would typically "For each" the body containing results so each object in the list of objects can be processed in a helper flow.
@CliveC.18506 (Customer)
Tim's solution is valid but I'd probably just use the Okta - Search Groups card.
You can search by name and get the ID as an output.
I agree with Bryan on this one. I totally missed the "not selected by default" input option for name on the Search Groups card. It is definitely easier to implement built-in cards if they have the specific option you are looking for.