f5-common-python icon indicating copy to clipboard operation
f5-common-python copied to clipboard

Add support for /shared/authz/users API

Open pbardon opened this issue 7 years ago • 2 comments

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.

pbardon avatar Jan 04 '18 23:01 pbardon

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

caphrim007 avatar Jan 05 '18 01:01 caphrim007

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.

pbardon avatar Jan 05 '18 01:01 pbardon