_backgroundColourGet
Last updated
Fetches the background colour of the specified User.
The ID of the User.
FM_api('User_backgroundColourGet', ['id' => '123']);The background colour of the User in hexadecimal format. If no background colour exists: one will be generated, applied and returned.
The background colour White in hexadecimal format (#fff).
Last updated