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

Relativity.Identity.V1.LoginProfileModels.BulkInvitationResponse

public class BulkInvitationResponse
Response object representing the result of a bulk user invitation call.
public List<UserInviteError> Errors { get; }

A list of failed invitation emails per user and corresponding errors.

public bool Success { get; }

True if the entire bulk invitation succeeded, false otherwise.

public BulkInvitationResponse(bool success, List<UserInviteError> errors)

Create a new BulkInvitationResponse.