thatoneguy99 33 Posted September 1, 2017 Posted September 1, 2017 Can you add a user using the API? Sent from my phone!
Luke 42077 Posted September 1, 2017 Posted September 1, 2017 Yes, check our api libraries for the signature. thanks.
Sludge Vohaul 23 Posted September 1, 2017 Posted September 1, 2017 @@thatoneguy99 Have a look at https://github.com/MediaBrowser/Emby/blob/master/MediaBrowser.Api/UserService.cs You'd basically do a var args = new Dictionary<string, string> { {Name, "Rudolf"} }; var asd = await client.PostAsync<UserDto>(client.GetApiUrl("Users/New"), args);
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now