Add top_level_only option to Groups API
Allows subgroups to be excluded when listing groups. Works by passing `[nil]` in to GroupsFinder so the param isn't skipped due to being falsey.
Showing
Please register or sign in to comment
Allows subgroups to be excluded when listing groups. Works by passing `[nil]` in to GroupsFinder so the param isn't skipped due to being falsey.