Cin7's templates for both internal and external academies. Notes for Cin7 and G2. Wrote a backup script for Anthology in case the CSV workflow fails.
This commit is contained in:
@ -35,7 +35,7 @@ for row in df.itertuples():
|
||||
# Grab all people
|
||||
personlist = []
|
||||
COUNT += 1
|
||||
url = BASEURL + f"?filter[email][cont]={domain}"
|
||||
url = BASEURL + f"?filter[email][cont]={domain}&limit=100"
|
||||
response = requests.get(url, headers=HEADERS)
|
||||
response = response.json()
|
||||
nextlink = response["links"]
|
||||
|
||||
Reference in New Issue
Block a user