Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2021-05-17 07:02:07

Devrocketium
Member
Registered: 2021-04-26
Posts: 3

Login issue in Swagger

I am able to login to the Thirdlight UI but with the same credentials when i try to log in API in Swagger UI, it gives me the error message shown below.

{
  "code": 9,
  "message": "USER_NOT_FOUND",
  "details": []
}

Please the resolve the issue.

Offline

#2 2021-05-24 14:00:46

dominic
Third Light Staff
Registered: 2013-06-06
Posts: 119

Re: Login issue in Swagger

Please check that you are encoding your username and password correctly in JSON - particularly escaping backslashes.

Offline

Board footer