Workflow for any new user in Target

Hello,

I wanted to create a workflow for any new users getting created via Sailpoint IDNOW access request in target account only with Role name starting with FSM_ an email should be triggered for group of people.

Verify data is not working, I am trying to use pattern as below with role name starting with ‘FSM_’

$.getAccess.accessItems[?(@.name Contains ‘FSM_’)]

Thank you.

Try this for role name starting with “FSM_”
$.getAccess.accessItems[?(@.name =~ /^FSM_/)]

1 Like

It worked. Thank you

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.