Try this : authorizations = [{'ssidNumber': SSI_Num, 'authorizedByName': Host_Name, 'authorizedByEmail': Host_Email}] try: response = dashboard.networks.createNetworkMerakiAuthUser( network_id, email, authorizations, name= Guest_Name, password= password, accountType='Guest', emailPasswordToUser=True, isAdmin=False )
... View more