My project takes a .csv file with at least one column of MAC addresses, and adds those MACs/endpoints to a specified Identity Group. I have a working solution for a single MAC on this thread, but the latency is fairly large for a single API call. Ho...