_backgroundColourGet

Fetches the background colour of the specified User.

Parameters

id

The ID of the User.

Example

FM_api('User_backgroundColourGet', ['id' => '123']);

Result

On Success

The background colour of the User in hexadecimal format. If no background colour exists: one will be generated, applied and returned.

On Failure

The background colour White in hexadecimal format (#fff).

Last updated