We've done a poor job of removing deactivated users from Okta groups. I would like to clean that up but there is now way to do so via the UI. I tried this in Postman but receive an error that the HTTP method is not supported by the endpoint.
{{url}}/api/v1/groups/00g1avm8w61q5ChdB0h8/users/users?filter=status eq "DEPROVISIONED"
I also tried:
{{url}}/api/v1/groups/00g1avm8w61q5ChdB0h8/users?filter=status eq "DEPROVISIONED"
and
{{url}}/api/v1/groups/00g1avm8w61q5ChdB0h8/users/filter=status eq "DEPROVISIONED"
Does anyone have any suggestions?