Migrated from Redmine #501 | Author: Lenart Ambroz Status: New | Priority: High, I’m very impatient | Created: 2020-03-27
Hello,
Can you please provide me some help regarding API → getUserToken Method.
This is my request:
{{
“jsonrpc”: “2.0”,
“id”: “1”,
“method”: “getUserToken”,
“params”: [
“Vareo”,
“admin”,
“Odvod404!”
]
}}
And this is what I get. I tried with JS, with .NET and I don’t know where is a problem. Is it on my side?
{{
“error”: {
“code”: -32000,
“message”: “Unexpected error”,
“data”: null
},
“id”: “1”,
“jsonrpc”: “2.0”
}}