Login rest api End-User

  • 6 March 2019
  • 4 replies
  • 388 views

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"
}

4 replies

Hello,

Per the documentation it looks like your API User needs to be an Administrator and have access to the Mobile App.

Regards.
Userlevel 5
Badge
ICYMI we just released our mobile solution add-on for On-Prem accounts
Check IT out
Cheers,
Maayan
Badge

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?

 

Badge

 

Reply