Updates user information. All params can be marked as required.
Requires a form token.
Requires a session token - the user must be logged in.
Supports redirectUrl param of fm:Form component.
The Update Profile action supports many attributes that pertain to the user: user (name), firstname, lastname, address1, among others including
Disable Media Notifications (variable: 'disable_media_notifications') and Disable Thread Notifications (variable: 'disable_thread_notifications').
For the description of these attributes, please see the "Supported Attributes" table below.
The disable_media_notifications setting can be changed in 2 places:
The disable_media_notifications setting can be managed (for all users) by the administrator via the application's Media Comment Notifications setting in the Project Settings page:
This setting specifies if a system email is sent to the owner of a file that has received a comment.
"Off" means no comment notification emails will be sent, ever.
"Send by default" means that comment notification emails will be sent for all users that have not opted out.
"User must opt-in" means that comment notification emails will only be sent to those that have explicitly opted in. Requires that this option exists in the user profile page.
Comment notification email templates are specified in the channel settings.
The disable_thread_notifications setting can be managed (for all users) by the administrator via the application's Thread Comment Notifications setting in the Project Settings page:
This setting specifies if a system email is sent to the owner of a file that has received a comment.
"Off" means no comment notification emails will be sent, ever.
"Send by default" means that comment notification emails will be sent for all users that have not opted out.
"User must opt-in" means that comment notification emails will only be sent to those that have explicitly opted in. Requires that this option exists in the user profile page.
Comment notification email templates are specified in the channel settings.