Skip to main content
All docs
V25.2
  • UserManager.CreateUser Method

    Name Parameters Description
    CreateUser<TUser>(IObjectSpace, IPrincipal, Action<TUser>, Boolean) objectSpace, principal, customizeUser, autoCommit Creates a new user with the specified settings.
    CreateUser<TUser>(IObjectSpace, String, String, Action<TUser>) objectSpace, userName, password, customizeUser Creates a new user with the specified settings.
    CreateUser<TUser>(IObjectSpace, String, String, String, Action<TUser>, Boolean) objectSpace, userName, loginProviderName, providerUserKey, customizeUser, autoCommit Creates a new user with the specified settings.