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
Travis Cooper 17Travis Cooper 17 

Is there a difference in the System Permissions of a future method versus an Apex class in the context of a user?

I am curious if there is a difference between the permissions during the execution of a future method of an Apex Class versus a future method. I have a Customer Community Plus user with a profile that is not able to change their username unless I create the code to do so in a future method. Why is this? Is it possible to do this without a future method?