API Fetching a list of users with OTP activated
-
Hello I'm trying to fetch the users with "otp" activated for reporting purpose, but there is no "OTP" field in the output of the "get /users/id"

Will this feature be impletmeneted on next release ? it woulld be very useful for our company.
Br,
-
Question for @mathieuRA I suppose

-
@fcgo Hi.
The OTP field is in thepreferencespropertyE.g.
{ "email": "foo", "permission": "none", "pw_hash": "***obfuscated***", "preferences": { "otp": "<value>" }, "groups": [], "id": "694e8856-04c9-448b-90ef-2beb96d119cb", "name": "foo", "href": "/rest/v0/users/694e8856-04c9-448b-90ef-2beb96d119cb" } -
@MathieuRA Thank you, perfect
Br,
-
O olivierlambert marked this topic as a question
-
O olivierlambert has marked this topic as solved