FoundryVTT MCP Server Documentation - v1.5.3
Preparing search index...
foundry/types
WorldUser
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
name
role
color
avatar?
character?
password?
pronouns?
flags?
Properties
_
id
_id
:
string
name
name
:
string
role
role
:
number
color
color
:
string
Optional
avatar
avatar
?:
string
Optional
character
character
?:
string
Optional
password
password
?:
string
Optional
pronouns
pronouns
?:
string
Optional
flags
flags
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
name
role
color
avatar
character
password
pronouns
flags
FoundryVTT MCP Server Documentation - v1.5.3
Loading...
Raw user document from worldData.