Developer
Intros
How it works
API reference
File types
sjs-4
Bucket
Collection
File
Injected variables
User
active
anonymous
banned
domain
imageLink
imageTag
imageUrl
name
nameLink
owner
notRegistered
pending
url
userId
os
util
Modules
sjs-4e
sjs-4et
app-1
buckets-1
contextmenu-1
css-1
css-2
css-2-wrapper
html-1
image-1
markdown-1
page-1
redirect-301
sh-1
static-1
svg-1
deprecated types
File links
App interface
Hotkeys & mouse controls
Nocode editor API
Filesystem Query Language
Reserved namespaces
Filesystem interface versions
URL endpoints
URL query parameters
Turbo CSS
Blog
Developer
Intros
How it works
API reference
Turbo CSS
Blog
File types
sjs-4
Bucket
Collection
File
Injected variables
User
active
anonymous
banned
domain
imageLink
imageTag
imageUrl
name
nameLink
owner
notRegistered
pending
url
userId
os
util
Modules
sjs-4e
sjs-4et
app-1
buckets-1
contextmenu-1
css-1
css-2
css-2-wrapper
html-1
image-1
markdown-1
page-1
redirect-301
sh-1
static-1
svg-1
deprecated types
File links
App interface
Hotkeys & mouse controls
Nocode editor API
Filesystem Query Language
Reserved namespaces
Filesystem interface versions
URL endpoints
URL query parameters
User.prototype.name()
Get the user’s name.
Syntax
user.name() string
Description
Get the user’s name.
Examples
Get the sandbox user’s name.
var f = new File() response.body(f.createdBy().name())
Run