Gets the IDs of Users from a Department
The ID of the chosen Department
FM_api( 'Department_getUsers',[ 'departmentId' => '337119' ] );
{"users":"92447,92731"}
If there is no set value for 'departmentId'
{"error":"missing parameter: departmentId"}
Last updated 3 years ago