THE GAME HAS CHANGED

Introducing Infoblox Universal DDI ManagementTM

Watch the launch to discover the new era of management for critical network services. Watch Now

API Examples

Reply

Retrieving user accounts via API.

New Member
Posts: 3
4032     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: 24
4033     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
4033     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: 321
4033     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