ISPO SDK
    Preparing search index...

    Interface HostedCommunityMemberProfileProjection

    Markdown

    Public website callers never receive the host binding, account, or Entity identifiers behind a Community posture. The legacy desktop projection is kept below for compatibility with its local trusted adapter.

    interface HostedCommunityMemberProfileProjection {
        bio?: string;
        displayName: string;
        handle: string;
    }
    Index
    bio?: string
    displayName: string
    handle: string