save-public-user-data
function
The save-public-user-data
action saves user data (public). It belongs to the users category within the system area.
Action Syntax
save-public-user-data $variable
A variable name starting with $
save-public-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-public-user-data
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = save-public-user-data $varname
Action code: 2906783199
Version: 0.6.4-0
Last updated: 2025-06-13