Hello, i’m having troubles when i want to login a user.
I’m using the System Table ‘Users’ where the column ‘login’ is marked like ‘identity’ and i have already registered a user so when i make this POST from the rest console:
{
“login”: “xxx”,
“password” : “xxx”
}
I have this answer:
{
“code”: 3033,
“message”: “Unable to register user. User already exists.”
}
And i’m following the api documentation so i don´t know how make this work.
Thanks ind advance,
Matias.