const profile = await updateMySiteProfile({ displayName: "Ari" });
const updateMySiteProfile: PortalFunction<PortalMySiteProfile, UpdateMySiteProfileInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates editable MySite profile fields.
const profile = await updateMySiteProfile({ displayName: "Ari" });
const updateMySiteProfile: PortalFunction<PortalMySiteProfile, UpdateMySiteProfileInput>