1

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?

4

1 回答 1

0

如果您转到已停用的用户,请检查组选项卡,即使在组管理界面中仅列出活动用户,也应该单击 X 以从组中删除用户。

它可以通过 UI 完成,只是不明显。自从提出问题以来,这可能已经改变了,但考虑到 UI 有点混乱,仍然值得把它放在那里。

于 2018-11-13T18:55:31.143 回答