PostMembers

Function: postMembers()

postMembers<ThrowOnError>(options?): RequestResult<PostMembersResponses, PostMembersErrors, ThrowOnError>

Defined in: app/api/sdk.gen.ts:546

Registers a new member in the system. The PostMember endpoint is accessible without authentication to allow for new user sign-ups. It processes the PostMemberDTO to create a new member record, validates the input for business rule compliance (such as email uniqueness), and returns the created member details. This endpoint serves as the primary entry point for user onboarding.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options?

Options<PostMembersData, ThrowOnError>

Returns

RequestResult<PostMembersResponses, PostMembersErrors, ThrowOnError>

On this page