GetMembersById

Function: getMembersById()

getMembersById<ThrowOnError>(options): RequestResult<GetMembersByIdResponses, GetMembersByIdErrors, ThrowOnError>

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

Retrieves the detailed profile of a specific member by their unique identifier. The GetMember endpoint provides full access to a single member's data, including contact information and system preferences. It ensures that the requesting user has the appropriate permissions to view the target member's details, returning a 404 status if the member does not exist or a 403 status if access is denied.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<GetMembersByIdData, ThrowOnError>

Returns

RequestResult<GetMembersByIdResponses, GetMembersByIdErrors, ThrowOnError>

On this page