> 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/outsourcing/_getlinkqr.md).

# \_getLinkQr

Returns the QR code that allows another FieldMotion account to link with yours.

### Parameters

None.

### Example

```
FM_api('Outsourcing_getLinkQr');
```

### Result

#### On Success

An image displaying the QR code.

#### On Failure

If the user is not logged in:

```
{'error':'not logged in'}
```
