Original Message:
Sent: 8/10/2023 10:46:00 AM
From: Jenny Franklin
Subject: RE: Microsoft Graph Connector - Custom URI - How do you use the standard API?
Glad it worked out!! My avatar is from IT Crowd - if you haven't seen it - you'd love it!! https://www.imdb.com/title/tt0487831/
Original Message:
Sent: 08-10-2023 10:41
From: Jeremy Wilson
Subject: Microsoft Graph Connector - Custom URI - How do you use the standard API?
Hey Jenny! I'm doing great and I hope you are as well. I've always loved your profile pic here. What does IT mean?
Using the base URL as the O365 Graph URL and /v1.0 as the custom URI worked. It must be building the URI for the request using those two parts. So, if we have a custom request, we need to include only the part after the base url in the custom field. Thanks!

Original Message:
Sent: 08-10-2023 08:44
From: Jenny Franklin
Subject: Microsoft Graph Connector - Custom URI - How do you use the standard API?
Hey Jeremy!! Hope you are well. 😊 I checked our internal channels and they said, "Only the base URL is supposed to be added in the 0365 Graph URL, in the above example, https://graph.microsoft.com can be added as base URL and /v1.0 can be added in URI path." Let me know if that doesn't work?
Update: It's early - but now that I look at this, it doesn't necessarily answer the question - unless maybe if you add https://graph.microsoft.com in the custom field? Let me check again...
#Datalink