Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Update upload_users_to_group.py
Browse files Browse the repository at this point in the history
removed a typo
  • Loading branch information
eric-lyons authored Jul 28, 2021
1 parent 7dfa06f commit 324eaeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/upload_users_to_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
pass

0 comments on commit 324eaeb

Please sign in to comment.