user-controller

Authenticate user and return access token

post/api/v1/users/login

Headers

Request body

usernamestring
passwordstring
mfaType'SMS' | 'EMAIL'
encryptedboolean

Response

OK

Changes