Hi,
I'm using the API to programatically set policies for clients according to their mac addresses across all of the organizations's networks. Meaning that if I would decide to block a device it's MAC address will be blocked across all of networks in my organization.
For this purpose I use "/networks/[networkId]/clients/provision" API request but unfortunately we are talking about a lot of API calls due to a big number of networks in my organization.
Is there a better, more efficient way of setting a policy for a client(that is not necessarily know by the network) accross all networks?