I am trying to retreive a list users that shows whether or not they have two factor enabled. So far I am only able to view all users using
api/users.json?filter=userGroups.id:in:[XXXXXXX]&fields=name,userCredentials[lastLogin,disabled,twoFA=:false],userRoles[id,name],userGroups[id,name]
How do I specify twoFA disabled?
My server is on version 2.37.
2 posts - 2 participants