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