# \_getLinkCode

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

### Parameters

None.

### Result

### Example

```
FM_api('Outsourcing_getLinkCode');
```

#### On Success

The link code. For example:

```
{'12345678'}
```

#### On Failure

If the user is not logged in:

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