Hi there
I have an on-prem SysAid instalation.
And I need to automate some task, by Microsoft Power Automate.
One of them is, make http request on Power Automate, to SysAid to check new sr.
I already created a specific user for that op and given administrator permissions.
I’m trying to make a post test login, with Avanced Rest Client (with access to SysAid) and the error I get is
{
"status": 401,
"message": "Incorrect login information. Letters must be typed in the correct case. Please make sure the Caps Lock key is disabled."
}
Can you please tell me what could be the problem?
Thanks.