Hi!
im trying to login with a End-user account, is that even possible?
that's how I'm trying:
my Url
http://myurl.com/api/v1/login
Header:
Content-Type: application/json
Body:
{ "user_name":"end_user_name",
"password":"end_user_psw"}
return (error):
{
"status": 401,
"message": "No Mobile App Permission"
}
Hello,
Per the documentation it looks like your API User needs to be an Administrator and have access to the Mobile App.
Regards.
ICYMI we just released our mobile solution add-on for On-Prem accounts
Check IT out
Cheers,
Maayan
ICYMI we just released our mobile solution add-on for On-Prem accounts Check IT out Cheers, Maayan
I have problem do you have any JavaScript example to login?