Hi Team,
In my app, I need to execute a background task to retrieve information from several boards. These boards may be restricted to some users.
If I use OAuth user authentication to authorize the background process, the user granting the authorization might not have permission on the boards, causing the background task to fail.
Is it possible to configure a service account or app account to execute this background task without a user context?
Thanks in advance,
Carlos