- 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.
- 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.
- 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'
Re: Retrieving user accounts via API.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 01:28 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 02:51 PM
Unfortunately not, only superusers are able to get the full list of users by either API or GUI.