public function ScheduleGetModifyAllowUsers()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::ScheduleGetModifyAllowUsers();
     $this->methodClose();
     return $this->decodeString($results->user_id);
     // returns array of (user)IDType(string := integer)
 }