I am trying to provision clients into Meraki with this API (goal is renaming clients)
This works well with wireless clients, however, this will not rename/provision wired clients.
Does this API support Wired client? Do you know any workaround or solution for this?
Thanks,
Chuyen
I just tried it, it does not seem to be an option to utilize Postman to update the Client Name.
It shows that it works, this is the returned values:
{ "mac": "00:00:00:00:00:99", "clientId": "1k1k1k1", "name": "Test", "devicePolicy": "Normal" }
But when you do a get on the client, the description does not change.
By the way, check out this post about applying Group Policies and changing names. It only seems to apply to Wireless clients.
https://community.meraki.com/t5/Dashboard-Administration/Update-Client-Name-using-API/td-p/41755