users property
A paginated list of the users that are members of the group. A maximum of
50 users is returned in the list, to access additional users append
[start-index:end-index]
to the expand request. For example, to access
the next 50 users, use?expand=users[51:100]
.
Implementation
final PagedListUserDetailsApplicationUser? users;