This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves the "About" section content.
function getMemberAbout(_id: string): Promise<MemberAbout>;
ID of the "About" section content to retrieve.
import { membersAbout } from "@wix/members";
async function getMemberAbout(id) {
const response = await membersAbout.getMemberAbout(id);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.