Attempting to write updates to contacts in IT Flow. This was working… At this line:
Invoke-RestMethod -Method Post -Uri $uri -Body $body -ErrorVariable $a
Getting the following error:
CategoryInfo: InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
Anyone have any insight as to what might be occurring?