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.
I have a Java 8 Maven project that’s using the duo_client_java v0.6.0 and I’m trying to call my own version of the getUsersWithPaging example.
My code is:
Admin request = new
Admin.AdminBuilder(“GET”, “XXXXX.duosecurity.com”, “/admin/v1/users”).build...
I should mention the getUsersWithPaging method is in the example DuoAdmin.java here:
github.com
duo_client_java/duo-example-admin/src/main/java/com/duosecurity/example at...
master/duo-example-admin/src/main/java/com/d...