Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface AcceptInvitationMembers extends BaseMembers { client: ClientMembers; organization: OrganizationMembers; prompt: PromptMembers; screen: ScreenMembersOnAcceptInvitation; transaction: TransactionMembers; /** * Accepts the invitation to the organization. * @param payload Optional custom options to include with the request. */ acceptInvitation(payload?: CustomOptions): Promise<void>; }
Show Parameters