Users management
Endpoints related with users management such as login or user update.
post
https://api.expai.io
/api/auth/login
Log In
post
https://api.expai.io
/api/auth/logout
Log Out
patch
https://api.expai.io
/api/users/<user-id>
Update User
post
https://api.expai.io
/api/users/update_password
Update Password
post
https://api.expai.io
/api/users/create_user_from_license
Create user from license
Last modified 2yr ago