GetMembersByIdMailinglists

Function: getMembersByIdMailinglists()

getMembersByIdMailinglists<ThrowOnError>(options): RequestResult<GetMembersByIdMailinglistsResponses, GetMembersByIdMailinglistsErrors, ThrowOnError>

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

Retrieves the mailing lists together with the member's current subscription status for each, fetched live from the configured mail subscription provider. The GetMemberMailinglists endpoint lets a member (or a board member on their behalf) see exactly what Mailchimp currently has on record, so there is never a stale local copy to fall out of sync.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<GetMembersByIdMailinglistsData, ThrowOnError>

Returns

RequestResult<GetMembersByIdMailinglistsResponses, GetMembersByIdMailinglistsErrors, ThrowOnError>

On this page