<PackageReference Include="Relativity.Server.Identity.SDK" Version="5000.1.4" />

Relativity.Identity.V1.Services.ILoginProfileManager

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

Read the Global Auth Profile from the system

Get a Login Method Profile for a given user.

Save an Auth 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)

Save a Login Method profile.

Verifies an Invitation Workflow without sending an email.