duosecurity/duo_client_python

No support for `alias1..4` parameter to `update_user`

xraj opened this issue · 7 comments

xraj commented

Official API documentation states that update_user can accept a alias1..4 parameters. Attempting to feed this to update_user(), however, results in a TypeError.

TypeError: update_user() got an unexpected keyword argument 'alias1'

Thanks for pointing this out. We'll update update_user in the demo to include those additional fields.

When do you think we can see alias1-4 support??? I need to be able to search for users with their aliases and to update them. Thanks

I am also waiting on this. I see that the code is complete and is just awaiting the PR to be approved, any idea when this will happen?

You're welcome to fork and pull that PR in for your own use.

Just creating an explicit link: this would be fixed by #57 , I think. As a customer, it would be rad to have this merged (or some feedback there about what it's missing).