Hi. I'm putting together an Azure function app to do some custom WFM. Some of these functions need to run autonomously one of which needs to get a historical adherence report. The problem is that the code is client credentials and does not have a user context. Is there another way to get this data without a user context?
Thanks.