OKTA API users filter by profile.login

hello,
i try to get user filter by profile.login but return empty array.

why?

how i get user by filter.login using api user filter

Are you formatting your query parameters as per our documentation?

Here’s an example request URL that works for me for a given test user: {{url}}/api/v1/users?filter=profile.login eq "tester@example.com"

thats no working for me…
i find the solution using /users/{login-property}
but the solution what you propuse no working

Do you receive any errors?