GroupsV2.GetGroupsForMemberResponse

Type: object
Object Properties
areAllMembershipsInactive
A convenience property that indicates if every membership this user has that is a part of this group are part of an account that is considered inactive - for example, overridden accounts in Cross Save.

The key is the Group ID for the group being checked, and the value is true if the users' memberships for that group are all inactive.
Type: object
Dictionary Contents: boolean
Dictionary Key Type: int64
results
Type: array
Array Contents: GroupsV2.GroupMembership
totalResults
Type: int32
hasMore
Type: boolean
query
replacementContinuationToken
Type: string
useTotalResults
If useTotalResults is true, then totalResults represents an accurate count.

If False, it does not, and may be estimated/only the size of the current page.

Either way, you should probably always only trust hasMore.

This is a long-held historical throwback to when we used to do paging with known total results. Those queries toasted our database, and we were left to hastily alter our endpoints and create backward- compatible shims, of which useTotalResults is one.
Type: boolean