F5Networks / f5-common-python

Python SDK for configuration and monitoring of F5® BIG-IP® devices via the iControl® REST API.
https://f5-sdk.readthedocs.org
Apache License 2.0
262 stars 133 forks source link

Add support for /shared/authz/users API #1352

Open pbardon opened 6 years ago

pbardon commented 6 years ago

The f5-common-python sdk does not currently have support for querying and creating users via the REST endpoint:

/shared/authz/users

I am planning to submit a pull request to add this functionality, but am creating this issue first as suggested in the contribution guide.

caphrim007 commented 6 years ago

Have you tried /tm/auth/user? That's the one I usually use for such a situation

pbardon commented 6 years ago

Yes, and that endpoint does work with the SDK. This new endpoint is the REST Framework endpoint for user management, and this is the endpoint that can be used to reset the admin password during initial setup due to the recent changes to mark the admin password as expired by default.