User

User Login

post/account-service/api/login

Request body

usernamestring

Unique username of the user

passwordstring required

User Password

Example request

{
  "username": "JohnDoe"
}

Response

Successful Response

usernamestring

Unique username of the user

idinteger nullable required

User Id

Example response

{
  "username": "JohnDoe"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.