ILoginProfileManager public interface ILoginProfileManager : IDisposable Documentation Task<LoginProfile> GetLoginProfileAsync(int userId) Task SaveLoginProfileAsync(LoginProfile profile) Task<BulkInvitationResponse> SendBulkInvitationAsync(IEnumerable<int> userIdList) Task SendInvitationAsync(int userId) Task SetPasswordAsync(int userId, string password) Task<BulkInvitationResponse> VerifyBulkInvitationAsync(IEnumerable<int> userIdList)