<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

Relativity.Services.Security.ILoginProfileManager

public interface ILoginProfileManager : IDisposable
Service for managing login methods that are configured for individual users.

Get a Login Method Profile for a given user.

Save a Login Method profile.

Sends an Invitation Workflow e-mail to each specified user.

Sends an Invitation Workflow e-mail to the specified user.

Task SetPasswordAsync(int userId, string password)

Explicitly set a user's password. Note that admins are not allowed to reset Relativity users' passwords by default. (see Remarks for more information)

Verifies an Invitation Workflow without sending an email.