PutMembersByIdMailinglists

Function: putMembersByIdMailinglists()

putMembersByIdMailinglists<ThrowOnError>(options): RequestResult<PutMembersByIdMailinglistsResponses, PutMembersByIdMailinglistsErrors, ThrowOnError>

Defined in: api/sdk.gen.ts:780

Replaces a member's mailing list subscriptions with the given set of list IDs. The UpdateMemberMailinglists endpoint queues the change for the mail subscription provider and returns immediately, so a slow or unavailable provider never blocks the request.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<PutMembersByIdMailinglistsData, ThrowOnError>

Returns

RequestResult<PutMembersByIdMailinglistsResponses, PutMembersByIdMailinglistsErrors, ThrowOnError>

On this page