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
externalIdentifier
The external identifier. This value is null
if you are not using API-based authentication.
Type | string |
Mutability | Read-only |
Examples
Examples
Array Object Properties
Examples
Examples
Examples
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 |