> 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/job/_getlinkedusers.md).

# \_getLinkedUsers

List all users linked to the Job either directly, or as an attendee, or mentioned within the form or tables.

### Parameters

#### id

The ID of the Job to check.

### Example

```
FM_api('Job_getLinkedUsers', ['id' => '32']);
```

### Result

#### On Success

```
{'assigned':32,'attendees':[80488],'main_form':[81819],'tables':[80489]}
```
