_backgroundColourGet
Fetches the background colours of all Users.
Parameters
None.
Example
FM_api('Users_backgroundColourGet');
Result
On Success
An array of each User ID and their background colours hexadecimal format. If no background colour exists for a User: it will be generated, applied to that User and added to the returned array. For example: {'123':'ad512c','456':'fcde34','789':'093fa7'}
On Failure
If the User is not logged in: {'error':'not logged in'}
Last updated