Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API Examples

Reply

Retrieving user accounts via API.

New Member
Posts: 3
2729     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: 20
2730     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'

 

 

Re: Retrieving user accounts via API.

New Member
Posts: 1
2730     0

Sorry, i am late in the game but...

 

Is there a way to get all user accounts with a read-only Wapi user? I haven't found a specific permission to grant to the user.

Re: Retrieving user accounts via API.

Moderator
Moderator
Posts: 289
2730     0

Unfortunately not, only superusers are able to get the full list of users by either API or GUI.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You