# \_countPending

Returns the amount of pending user link requests.

### Parameters

None.

### Example

```
FM_api('Outsourcing_countPending');
```

### Result

#### On Success

The amount of pending user link requests. For example:

```
{'0'}
```

#### On Failure

If the user is not logged in:

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