how to get user's email address with searchusers and getobject?
I'm using the admin api to get a list of all users (or specific users) using the search users function documented at https://sdk.innovaphone.com/13r2/doc/appwebsocket/PbxAdminApi.htm#SearchUsers
This only returns basic properties of a user, so then I use the function https://sdk.innovaphone.com/13r2/doc/appwebsocket/PbxAdminApi.htm#GetObject to get more information about the object with the specified guid. However, the returned object does not hold the email address of that user that I can see in the PBX configuration... why is this information missing from the object? And where can I find it then?