PutMembersById
Function: putMembersById()
putMembersById<
ThrowOnError>(options):RequestResult<PutMembersByIdResponses,PutMembersByIdErrors,ThrowOnError>
Defined in: app/api/sdk.gen.ts:592
Performs a full update of a member's profile data. The PutMember endpoint replaces the existing member information with the data provided in the MemberUpdateDTO. This is used for comprehensive profile edits where a user modifies several aspects of their account at once. The endpoint verifies ownership and validates the new data before persisting changes.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options
Options<PutMembersByIdData, ThrowOnError>
Returns
RequestResult<PutMembersByIdResponses, PutMembersByIdErrors, ThrowOnError>