Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Retrieving user accounts via API.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 05:37 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 09:51 AM
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'