When creating group with this Box API:
https://developer.box.com/reference/post-groups/
There are 3 options to choose from for member_viewability_level:
-
admins_only- the enterprise admin, co-admins, group's group admin -
admins_and_members- all admins and group members -
all_managed_users- all managed users in the enterprise
Also in admin UI there is Permission Setting on group page with also 3 options, but they don't match.
When creating group with API, this is how chosen options are reflected in UI:
admins_only -> Admins onlyadmins_and_members -> Admins onlyall_managed_users -> CompanyBut I can't figure out they way to set Permission Setting to "Group members" no matter what options I pass through API, how can I do this?
