<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000AIb2WiCQJOkta Classic EngineAPI Access ManagementAnswered2026-01-06T09:00:47.000Z2024-12-05T10:48:56.000Z2024-12-06T15:32:15.000Z

ruhaq (ruhaq) asked a question.

How can I get all DEPROVISIONED users after particular date ?

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.


  • MatthewH.10249 (State of Iowa)

    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"

    Selected as Best
  • MatthewH.10249 (State of Iowa)

    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"

    Selected as Best
    • ruhaq (ruhaq)

      It worked for me too

      Thanks a lot !!!
This question is closed.
Loading
How can I get all DEPROVISIONED users after particular date ?