save-user-data
function
The save-user-data
action saves user data (private). It belongs to the users category within the system area.
Action Syntax
save-user-data $variable
A variable name starting with $
save-user-data $variable as $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = save-user-data
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = save-user-data $varname
Action code: 3952252377
Version: 0.6.4
Last updated: 2025-06-13