Filter for listing users
You can restrict Bravura Security Fabric to list only those users who match the search criteria defined in the Filter for listing users field.
The search criteria can be defined with Okta supported account attributes (properties) which are outlined in following documentations:
https://developer.okta.com/docs/reference/api/users/#list-users-with-a-filter
https://developer.okta.com/docs/reference/api/users/#list-users-with-search .
Start the search criteria with a keyword of either "filter=" or "search=". For example, setting Filter for listing users to filter=status eq "ACTIVE"
or search=status eq "ACTIVE"
. will result in same set of users listed from Okta target system.
Note
Ensure to use Okta supported account attributes (properties) to define search criteria and follow the syntax, an invalid statement may result in no users listed.