Page 1 of 1

c# api command to update the hotspot user pless

Posted: Wed Aug 24, 2016 7:16 pm
by 3abkrino
hi,
What is the c# api command to update the hotspot user?

Re: c# api command to update the hotspot user pless

Posted: Mon Sep 05, 2016 1:07 pm
by Deantwo
Which C# API?
Update a hotspot user in what way? What is it you want to change?

The API commands you'll likely need is something like this:
"/ip/hotspot/set"
"=.id=" + userId
"=password=" + newPassword
"=email=" + newEmail
".tag=deantwowashere"
The ".id" is used to specify what user you want to change, I am unsure if you are able to use the name of the user or if it has to be the ID.

But without more information it is hard to help you more. Since a more specific answer depends on the library you are using.