Sorry if this isn't the appropriate place to log a bug but after searching around the git repo, it said the developer forum was the right place to post issues.
I was using the developer tools website and looking at the Users API for GET /api/v2/users/{userId}/queues
. I am able to log in and execute the request from there no problem but in our application and using the latest version of the .NET nuget package, including the Joined argument does not return any results. Whether I set it to true or false, I end up getting no results returned in the list of Entities though the documentation in the developer center says it can be included. If I leave the Joined argument null, I get back all the queues (those with joined = true and joined = false) that I have access to even though the documentation says that it defaults joined to true. I expect this is a bug in the .NET SDK nuget package since the developer center seems to work just fine. If any more information is needed, or there is a better place to report this, please let me know!