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

# Type Alias HostedCommunityMemberCurrentResult

```typescript
HostedCommunityMemberCurrentResult:
    | { kind: "signed-out" }
    | { kind: "project-owner" }
    | { kind: "authenticated-not-member" }
    | {
        kind: "member";
        posture: "active" | "suspended" | "revoked";
        profile?: HostedCommunityMemberProfileProjection;
        role?: "member" | "moderator";
    }
```

Types: [HostedCommunityMemberProfileProjection](../interfaces/core.Supporting_types.HostedCommunityMemberProfileProjection.md)
