Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

API Examples

Reply

Retrieving user accounts via API.

Techie
Posts: 3
630     0

Hey, I was browsing the API DOCS while I was trying to find an endpoint for retrieving all of my user accounts. However - I did not find one. Is there a way of retrieving this data?

Re: Retrieving user accounts via API.

Superuser
Posts: 17
630     0

You can ask for the WAPI object 'adminuser'. Here is a sample curl command that will get all configured users on a NIOS Grid: (obviously, replace the IP address of the GM and WAPI version number)

 

curl -k -u admin:infoblox -X GET 'https://10.100.0.100/wapi/v2.10/adminuser'

 

 

Showing results for 
Search instead for 
Did you mean: 

Recommended for You