FoundryVTT MCP Server Documentation - v1.5.3
    Preparing search index...

    Interface WorldUser

    Raw user document from worldData.

    interface WorldUser {
        _id: string;
        name: string;
        role: number;
        color: string;
        avatar?: string;
        character?: string;
        password?: string;
        pronouns?: string;
        flags?: Record<string, unknown>;
    }
    Index

    Properties

    _id: string
    name: string
    role: number
    color: string
    avatar?: string
    character?: string
    password?: string
    pronouns?: string
    flags?: Record<string, unknown>