.NET Client user management

Hi,

I’m using EventStore.Client 3.0.2 and want to reset the admin password and create some users and configure the default ACL. I’ve seen mentions of using the .NET client to do all of this but they don’t appear to be present in the current version, looking on github the dev branch has a UserManager class, would I have to just copy the underlying code for now until a new release of the .NET client?

Thanks

Why not just build the current version (I’d look at the release-v3.1.0 branch)? It’s protocol compatible provided you stay away from competing consumers support (and IIRC user management uses HTTP anyway, though I’d need to verify that)

User management does use http (its basically a thin layer over it)