Trying to run a Scheduled cloud flow where we use Office 365 Management API. The flow is used to send email for service health to user mailbox. It gives error in a particular step where we use http request to retrieve service health incidents and advisories using GET method.
URI :
Tried using tenant ID/ tenant domain in place of tenant_identifier
operation : Messages
Error : 404 - File or directory not found. The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please suggest the relevant solutions to fix it.