_backgroundColourGet
Last updated
Fetches the background colours of all Users.
None.
FM_api('Users_backgroundColourGet');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'}
If the User is not logged in: {'error':'not logged in'}
Last updated