I'm trying to use the `/groups/{group_id}/memberships/` API call to get a list of users in a group that I belong to. The call is made as a regular user, not an admin.
Per the documentation, I should be able to get a list of members in any group that I belong to. For some reason, I'm getting a 403 response code instead.
