The Current User object
Information about the current logged-in or authenticated user of the app.
current_user
is null
for publicly accessible forms.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
Examples
jenny@example.com
externalIdentifier
The external identifier. This value is null
if you are not using API-based authentication.
Type | string |
Mutability | Read-only |
Examples
"Jenny"
Examples
"Jenny Appleseed"
Array Object Properties
Examples
{
"id": "1234567890",
"name": "admin"
},
{
"id": "9876543210",
"name": "All users"
}
Examples
"Appleseed"
Examples
"en"
profilePhotoUrl
The profile photo URL. Available when using SSO authentication and is supplied by the IdP (Identity Provider).
Type | string |
Format | url |
Mutability | Read-only |
Examples
https://example.com/photo.jpg
Examples
"user_366e154sdfg34b9bdeds32936"