Users
Provide an access_token for the user
Provides an access_token for the email or the userId provided in the LoginCommand.</br> The accepted couples are: </br>[email, password]</br> [email, private_key]</br> [userId, private_key]
post/users/login
Request body
Example request
{
"private_key": "access_token"
}Response
User successfully authenticated