_getLinkedUsers
Parameters
id
Example
FM_api('Job_getLinkedUsers', ['id' => '32']);Result
On Success
{'assigned':32,'attendees':[80488],'main_form':[81819],'tables':[80489]}Last updated
List all users linked to the Job either directly, or as an attendee, or mentioned within the form or tables.
The ID of the Job to check.
FM_api('Job_getLinkedUsers', ['id' => '32']);{'assigned':32,'attendees':[80488],'main_form':[81819],'tables':[80489]}Last updated