How to get groups and members from the drop box using drop box sdk in java.
You can find the methods available in the Dropbox Java SDK in its documentation here.
For example, to list a team's groups, you would use groupsList and groupsListContinue. And to list the members of a group, you would use groupsMembersList and groupsMembersListContinue.