List Group User REST Endpoint mistakes?

Am I doing something wrong that this does not seem to pull down the correct information? 

curl -H "Rest-User-Token: xxxx" -X GET https://xxxx.telligenthosting.net/api.ashx/v2/groups/xxxx/members/users.json

There are 3000+ members in the group but only 2 objects are returned (one for membership type = member and one for membership type = owner). I was very careful not to use the roles endpoint here.

Thanks for any help or ideas.

This is one of the 2 objects returned (data is scrubbed by me).

"Users": [
{

    "MembershipType""",

    "IsDirectMember""",

    "IsRoleMember""",

    "Group": {

        "AvatarUrl""",

        "DateCreated""",

        "Description""",

        "Key""",

        "Name""",

        "ParentGroupId""1",

        "Url""",

        "TotalMembers""3701",

        "HasGroups""",

        "GroupCount""",

        "GroupType""",

        "EnableGroupMessages""",

        "EnableContact""",

        "SearchUniqueId""",

        "IsEnabled""",

        "ExtendedAttributes": [

            {

                "Key""",

                "Value"""

            },

            {

                "Key""",

                "Value"""

            },

            {

                "Key""",

                "Value"""

            },

            {

                "Key""",

                "Value"""

            }

        ],

        "ContainerId""",

        "ContainerTypeId""",

        "Container": {

            "ContainerId""",

            "ContainerTypeId""",

            "HtmlName""",

            "Url""",

            "AvatarUrl"""

        },

        "Id"""

    },

    "AvatarUrl""",

    "DisplayName""",

    "ProfileUrl""",

    "Username""",

    "CurrentStatus""",

    "Id"""

}
]


clarified response was not returned empty
[edited by: hcdocs at 5:58 PM (GMT 0) on Fri, Sep 25 2020]