
ruhaq (ruhaq) asked a question.
I am using /api/v1/users endpoint to get users. I need to get all users that are DEPROVISIONED after a particular date.
I am using filter = status eq "DEPROVISIONED" query parameter. I tried using lastUpdated gt "2024-01-01T00:00:00.000Z" along with earlier filter but both these filters are not allowed together.
Please suggest.

I used the "API Explorer" in Okta Rockstar plugin while on the People screen and the following call worked just fine.
/api/v1/users?filter=status eq "DEPROVISIONED" and lastUpdated gt "2024-01-01T00:00:00.000Z"