Password

Controller with everything regarding the password

APIDescription
POST api/password/resetpassword

Reset a user's password

POST api/password/changepassword

ChangePassword

ApiLogin

Controller with everything regarding the Login

APIDescription
POST api/login/login

Login

User

Obtain user information

APIDescription
GET api/user/getuserbyid?id={id}

Get the data of a user based on their ID

GET api/user/getuserbyname?UserName={UserName}

Get the data of a user based on their User Name

GET api/user/getuserbyemail?Email={Email}

Get the data of a user based on their User Email

POST api/user/InsertUser

Insert new User

Token

Generate the token to consume the Api's

APIDescription
GET api/token/getvalidationtoken

Generate Token