API endpoint users.by_user_id(self.user_id).get().todo.lists.get() does not work #910
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
I am trying to get all of my task lists. I have my app set up with the ClientSecretCredential flow, and when I call the following:
in order to call:
the todo field is None:
which means that the previous call to
users.todo.lists
errors withAttributeError: 'NoneType' object has no attribute 'lists'
Is this expected behavior? If so, how do I call this endpoint?
Expected behavior
In the graph explorer, the query:
returns all of my task lists. I'd like the above code snippets to also return the lists.
How to reproduce
Initialize Graph and app_client as in this tutorial then:
SDK Version
1.8.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: