Forum Discussion
HTTP GET to "https://ip_address/mgmt/shared/authz/users" from LTM admin account produces nearly empty user response
Hi,
I am attempting to follow the instructions found here: https://devcentral.f5.com/questions/big-ip-1161-icontrol-rest-api-access-issues-47605 (Answer 1).
Prior to running the HTTP PATCH to update the list of authorized REST API users, I just want to validate that the user I created through the UI is properly showing up, so I run the command shown in step 2:
2.GET to /mgmt/shared/authz/users to verify that the user shows up in the users
Although this should produce a hash with an array of items, the items array is blank. Not only is my newly created user not there, but I don't even see the admin account or any other accounts.
Here is the response I receive:
{"items":[],"generation":0,"kind":"shared:authz:users:userscollectionstate","lastUpdateMicros":0,"selfLink":"https://localhost/mgmt/shared/authz/users"}
Perhaps I shouldn't be querying against authz but something else? Authentication is being performed through AD and authorization is being handled on the LTM.
Any help is greatly appreciated. Thanks!
4 Replies
- kwondra34_26054
Nimbostratus
Has anyone had a chance to look at this? Thanks in advance for your assistance!
- kwondra34_26054
Nimbostratus
All, I am still looking to get this resolved. Thanks in advance for any help you can provide.
- kwondra34_26054
Nimbostratus
All, still plagued by this. Any help is greatly appreciated.
Thank you in advance!
Hi!
Have you tried /mgmt/tm/auth/user ?
Example:
curl -sku user:password https://ip/mgmt/tm/auth/user | json-format/Patrik
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
