Hi, I want to get the members of a specific group of a dropbox team account.
Now I want to ask the user to give me the group name, and not the group id,
But in order to use '/team/groups/members/list' api I need the group-id.
How can I get the group id of a group with a given name, besides fetching all the groups and looking for the one I need?