Error handling with /2/members/get_info and /2/team/groups/members/list
Hi, Two distinct problems, but since they are similar, I figured I'd group them in the same post here. /2/members/get_info If I supply a member id that doesn't exist this way: { "members": [ { ".tag": "team_member_id", "team_member_id": "dbmid:someUserId" } ] } I get a 200, with ".tag": "id_not_found". Shouldn't it be a…