Documentation Index
Fetch the complete documentation index at: https://auth0-ui-styling-updates.mintlify.app/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>;
}
Properties
Methods
Accepts the invitation to the organization.
Optional custom options to include with the request.