-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Milestone
Description
Hi and congratulations for your library!
I've a problem with the Client.CreateUser, I used the syntax:
var result = client.CreateUser(user, password);
where user and password are two string variables with, of course, the username and the password for the new user I want to create.
But, I receive an exception:
System.Runtime.Serialization.SerializationException
Have you a solution for my problem? Thanks.
Reactions are currently unavailable