> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/users/_backgroundcolourget.md).

# \_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'}
