Ok MS Graph/Python Gurus. How do I populate (assign a manager) to a user via the Azure Python SDK? If there is a way can you point me to it. I went as far as looking through the Python SDK source and I cannot find a solution. Answer How do I populate (assign a manager) to a user via the
Tag: assign
python assign attribute names and his values with a dictionary passed to the class
The normal way to pass a variable to a class atrubte is as follows: It is a convention to call the variable inside the init the same as the attribute. I could have done: Now imagine I would like to pass to the init method a dictionary with the name of the attributes and the values they should take. I