Batch ticket update

Batch ticket update

Hello,

I need to update a large number of tickets of every user of my zoho deks platform.
For this task I wrote a console app scheduled in windows server (without user interaction) that read my work report in the business manager software and for every closed work I will update the relative ticket.

I used AuthToken for login but when I tried to read organizations and tickets the api send me unauthorized result.

I think I can't use the OAuth2.0 because I need an auth ticket without expiration (not less than six months) and I need to update tickets of every users of my organization.

There's a way to accomplish this task?