Hangfire in Saas, SQLJob with Userid

Hello
I am working on a file conversion ssas solutions. I will be having multiple users enqueuing the jobs. Is there a way to store UserId of the job in database. I am using Hangfire.SQLServer extension.

thanks