
Promod BhaiM.84196 (Customer) asked a question.
I'm trying to get all the users but in that list deactivated users are not getting. So I tried this filter, even though it is not working for me, Can anyone help me out. Please have a look of my existing code. I tried this in two ways
var deactivated_users_list = await client.Users
.ListUsers(filter: $"status eq \"DEACTIVATED\"")
.ToArrayAsync();
(and)
var deactivated_users_list = await client.Users
.ListUsers(filter: $"status eq \"INACTIVE\"")
.ToArrayAsync();

Andrei from OKTA is here.
Support does not handle scripting language.
Please address your inquiry to:
https://devforum.okta.com/