Okta API Question - Get all Users whose email address contains "xyz"

I’ve tried to use the Okta API through Postman to search {{url}}/api/v1/users?search=profile.email co “xyz” but i get invalid search criteria. I’ve also tried this same thing but with ‘filter’ instead of ‘search’. What am I doing wrong here? I can get this to work using the “eq” operator, but not “co”. Does the filter function support the other operators such as “co” for “contains”?

We do not support the ‘co’ operator. The only operators we support are listed here: Core Okta API | Okta Developer

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