Started the migration tool scripts. Finished Karbon's script for mass delete and re-addition. Other small things.

This commit is contained in:
Norm Rasmussen
2024-08-28 17:06:43 -04:00
parent f9df92fba9
commit 691bf67219
10 changed files with 31851 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import Apikeys
import requests
import pandas as pd
IMPORTFILE = '~/Downloads/karbon-existing-groups.csv'
IMPORTFILE = '~/Downloads/karbon-invite-users.csv'
APIKEY = Apikeys.KARBON
HEADERS = {"accept": "application/json", "X-Api-Key": APIKEY }
BASEURL = "https://api.northpass.com/v2/"