From 324eaeb7efcdb4dd2b7bd72abc7c7bf55b821e61 Mon Sep 17 00:00:00 2001 From: Eric Lyons <53839634+eric-lyons@users.noreply.github.com> Date: Tue, 27 Jul 2021 23:05:00 -0400 Subject: [PATCH] Update upload_users_to_group.py removed a typo --- python/upload_users_to_group.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/upload_users_to_group.py b/python/upload_users_to_group.py index 1a975e72..a51bd79e 100644 --- a/python/upload_users_to_group.py +++ b/python/upload_users_to_group.py @@ -9,7 +9,6 @@ #### GO TO ADMIN --> GROUPS AND FIND THE GROUP ID YOU WANT TO ADD THE PEOPLE TO. ADD IT BELOW ### Alternative would be to use the search groups endpoint -sdk.search_groups() def add_csv_of_users_to_group(group_id:int, file_path:str): data = [] i=0 @@ -35,4 +34,4 @@ def add_csv_of_users_to_group(group_id:int, file_path:str): except IndexError: print('Index error \n') print(email) - pass \ No newline at end of file + pass