Onedrive for Business Logic App which connects to all accounts

Carl-Hein Mostert 1 Reputation point
2022-06-21T12:30:35.277+00:00

Hi

I want to create a simple Logic App which manipulates a file in Onedrive for Business.

The part I do not understand is... How do I get the Logic App to run in the context of some or all of my Onedrive for Business users.

By default, Logic App connections obviously refer to the user provided during the Logic App creation. My Logic App must do the same simple thing for all of our Onedrive for Business users.

Any thoughts would be appreciated.

Carl

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,826 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,411 Reputation points
    2022-06-22T10:47:10.583+00:00

    Hi @Carl-Hein Mostert ,

    Thanks for reaching out to Q&A forum.

    You can create a service account that has access to all the users files (Admin access) and use that account to authenticate to the Onedrive for business connector in the logic app. This way you will be able to access all the files of the users with one service account.

    Create service account for onedrive for buiness

    0 comments No comments