Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

ServiceAPIMethodData ModelsWorkflow
oauth/tokenPOSTN/AN/A

Description 

...

Code Block
languagejs
titleError Response Sample
linenumberstrue
collapsetrue
{
    "result":false,
    "errors":{
        "codes":[406],
        "details":[
            {
                "code":406,
                "message":"Missing Tenant secret"
            }
        ]
    }
}


Response schema

Follow this link to check out the response JSON Schema

SOAJS Error Codes



Code
Description
406

Missing Tenant secret

414

Local login is not allowed

503

You do not have privileges to enable pin login

503

Unable to log in the user. User not found