pub fn groups_list_continue(
client: &impl TeamAuthClient,
arg: &GroupsListContinueArg,
) -> Result<GroupsListResult, Error<GroupsListContinueError>>Available on crate features
dbx_team and sync_routes only.Expand description
Once a cursor has been retrieved from groups_list(), use this to
paginate through all groups. Permission : Team Information.