#Do something when you receive locations
def custom_callback_function(payload):
#Create a user list with the list of user_id's
USER_LIST = ["user_id1", "user_id2", ..]
#To listen locations for list of user with the callback function
client = Client(API_KEY=<API-KEY>, USER_ID=<USER-LIST>, CALLBACK=<custom_callback_function>)