Qsub: Bad UID for job execution

we are trying to submit the job to queue using following command
/usr/local/bin/qsub -j oe -q tigre_batch -u shaber -W umask=000 /tmp/fedana_120062_comprc.sh.23575.wrap.ksh

it returns
;Req;req_reject;Reject reply code=15023, aux=0, type=1, from and qsub: Bad UID for job execution
errors. We need a solution to submit jobs as different user in openPBS application. Can some help please.

Could you please share the output of the below commands

/usr/local/bin/qsub --version
qstat -Bf

Thank you @wachsujay

Please check this section:
2.5.4 Specifying Job Username in this guide https://help.altair.com/2022.1.0/PBS%20Professional/PBS2022.1.pdf
You would need .rhosts file to be populated correctly to support this .