Get Team Endpoing Missing "Users" Object

UPDATE: after modifying my JQuery AJAX call, the users object appears to be included with the requested data now. I am unsure why it was not appearing in my earlier requests, however. I will continue testing tonight and report back any findings.


According to the documentation for the “Get Team” endpoint, located on this page, there should be a “Users” object, containing a list of User Objects corresponding to each member of the queried team.

However, upon successfully querying said endpoint, the Users object is missing.

Is this end point not supposed to have a Users object, making the Documentation incorrect, or should the object be there, making the Endpoint itself not reporting all relevant data?

The v3 /teams endpoint does not return any user objects, but the v5 endpoint does… I would check to make sure that you have the correct headers being sent

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.