Skip to main content

Authenticate User

POST 

/authenticateUser

This API call can be used to authenticate the user in SSM The Authorization must have Bearer followed by Token Mandatory Params: username, password

Request

Body

    passwordstring
    Example: password1A
    usernamestring
    Example: johndoe

Responses

Authenticate User Failure / Authenticate User Success

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCodestring
    Example: 1
    messagestring
    Example: Authentication Failed