function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tyrell Roberts 10Tyrell Roberts 10 

Is there a list of $User functions I can go to reference?

I'd just like a reference to a list of functions for the global variable $User. When I go to the visualforce development guide, there aren't any functions, only that most of the fields available on the User object are also on $User. Is there a specific list for $User available anywhere, because it's really frustrating when there are a ton of fields on the User object and it turns out I can't use a bunch of them when referencing $User
Best Answer chosen by Tyrell Roberts 10
AnudeepAnudeep (Salesforce Developers) 

All Answers

Tyrell Roberts 10Tyrell Roberts 10
All I'm asking is what exact fields are available to $User, because they don't specify it.
AnudeepAnudeep (Salesforce Developers) 
Most of the fields available on the User standard object are also available on $User. Unfortunately there isn't any exhaustive list that is documented 

Reference: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_variables_global_user.htm
AnudeepAnudeep (Salesforce Developers) 
This was selected as the best answer