-
There is a lot of information about obtaining information from the user level using the following pattern:
I am certain that I need to send a new query through the API in order to receive this information. However, I do not know where I can obtain the pathParameters to use the NewUserItemRequestBuilder. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I'm not sure I understand the question here. Is the question "how can I list all messages for a single user?" or "how can I list all messages for all users on the tenant?" |
Beta Was this translation helpful? Give feedback.
-
From @baywet
This is the answer. Key Point: All of the information is not available just because the User struct has fields such as calendars and messages. A separate query must be run in order to retrieve certain data. Optimizing those queries for your application is left to the developer's discretion. |
Beta Was this translation helpful? Give feedback.
From @baywet
This is the answer. Key Point: All of the information is not available just because the User struct has fields such as …