_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]}

Last updated