> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.Supporting_types.HostedCommunityMemberProfileProjection.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface HostedCommunityMemberProfileProjection

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.

```typescript
interface HostedCommunityMemberProfileProjection {
    bio?: string;
    displayName: string;
    handle: string;
}
```

Types: [bio](#bio), [displayName](#displayname), [handle](#handle)

##### Index

### <a id="properties"></a>Properties

[bio?](#bio) [displayName](#displayname) [handle](#handle)

## <a id="properties-1"></a>Properties

### <a id="bio"></a>`Optional`bio

```typescript
bio?: string
```

### <a id="displayname"></a>displayName

```typescript
displayName: string
```

### <a id="handle"></a>handle

```typescript
handle: string
```
