PostMembersByIdActivationEmail

Function: postMembersByIdActivationEmail()

postMembersByIdActivationEmail<ThrowOnError>(options): RequestResult<PostMembersByIdActivationEmailResponses, PostMembersByIdActivationEmailErrors, ThrowOnError>

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

Sends the one-time account-activation email (verify email + set password) for a member, if it hasn't been sent already and the member is linked to the authentication system yet. Called by the confirm-mail page right after registration, regardless of whether the member needed to pay a membership fee - this endpoint is intentionally anonymous since the member has no session yet at that point. Safe to call repeatedly: sending is a one-time, idempotent action gated on Member.ActivationEmailSentAt.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<PostMembersByIdActivationEmailData, ThrowOnError>

Returns

RequestResult<PostMembersByIdActivationEmailResponses, PostMembersByIdActivationEmailErrors, ThrowOnError>

On this page