user6012518
user6012518

Reputation: 53

Impersonation in office365 API to perform calendar related operations using single account

Is there any way to perform impersonation in office365 rest API's similar like impersonation in EWS Managed API. I tried creating a sample application based on this link. Please share your thoughts.

Upvotes: 2

Views: 473

Answers (1)

Jason Johnston
Jason Johnston

Reputation: 17702

Not impersonation, but you can authenticate as an application with access to all calendars in the organization. An org admin has to consent to the app. Read more here: https://blogs.msdn.microsoft.com/exchangedev/2015/01/21/building-daemon-or-service-apps-with-office-365-mail-calendar-and-contacts-apis-oauth2-client-credential-flow/

Upvotes: 2

Related Questions