python-o365
python-o365 copied to clipboard
Add enable\disable\force password change directory methods
Add some methods to be able to enable\disable users or force to change the password. Not sure, is it a right class or I should use User?
Not sure, is it a right class or I should use User?
It's ok although this methods should also be available on the User class
I've added a couple of comments to your code. They apply for all the methods.
Thanks!