Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi There,
I am generating an activation code /admin/v1/phones/[phone_id]/activation_url and then i am calling /admin/v1/phones/[phone_id]/send_sms_activation .
Below is my code
Http request = new Http.HttpBuilder("POST", cmd.getOptionValue("host"),
...
Hi There,
I need some assistance in calling DUO api for admin activities like create user, edit user, delete user. I am almost done but I need assistance on below one
Pre-request Script for HTTP requests
The Duo APIs use HTTP Basic Authentication. Th...
Hi Kristina,
As an alternate option I am generating an activation code /admin/v1/phones/[phone_id]/activation_url and then i am calling /admin/v1/phones/[phone_id]/send_sms_activation.
Below is my code
Http request = new Http.HttpBuilder("POST", cmd....
Hi Kristina,
Thanks for your help , i manage to complete below task
1- Create User
2- Create Phone
3- Associate Phone and user.
Now i am struggling to send OR code over the email of user. Please help me
Hi Kristina,
Thanks for your response.
when i am using the code as Option opt; opt = new Option("api-XXXXXXXX.com", true, "API hostname (required)");
i am getting error as
Exception in thread "main" java.lang.IllegalArgumentException: opt contains ...