Hello,On Forti Authenticator we are sending vpn token through sms to our
users, we have 1.100 users on the system, sometimes sms provider goes
down and we have to change "Deliver token code by" setting to email
manually for all users, as you can imag...
I owe you a cold beer man, here is what i did;-exported results to a
csv-Created bulk change script-in Postman used Run Collection option
-Set csv as data source-Choose Bulk script-Run 1.100 user's token
delivery method changed from sms to dual in 1 ...
Update : made it worked on postman :)Using basic auth instead of Oauth2
make the trick, now i can get data from authenticator.
https://10.0.0.112/api/v1/ldapusers/7325425/ { "token_type": "sms" }With
above combination(PATCH) i can update user's token...
i've progress :)This settings were disabled so i assume this was causing
to forbidden error;Now enabled it and 403 is gone, but now getting "An
error has occured error"