Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API Examples

Reply

Retrieving user accounts via API.

New Member
Posts: 3
2525     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
2526     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
2526     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: 286
2526     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