> 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/user/_backgroundcolourget.md).

# \_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).
