Community discussions

MikroTik App

Search found 3 matches

by murdochs
Tue Nov 20, 2018 1:26 am
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89631

Re: C# API - tik4net on GitHub

Good Morning, I am trying to replicate create-and-activate-profile customer="admin" profile="1G" test which works in winbox. In c#, I have ITikCommand cmd = connection.CreateCommandAndParameters("/tool/user-manager/user/create-and-activate-profile", "profile",...
by murdochs
Tue Nov 13, 2018 11:47 pm
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89631

Re: C# API - tik4net on GitHub

thank-you. Was trying "GetResponseFieldOrDefault" but didn't have the second parameter.
by murdochs
Tue Nov 13, 2018 1:37 am
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89631

Re: C# API - tik4net on GitHub

Hi, thanks for this great api. I am using the command "ITikCommand cmd = connection.CreateCommandAndParameters("/tool/user-manager/user/print", "?username", sUser);" to see if the user already exist. and if so, I want to get the value of "Actual-profile" by us...