Password
Controller with everything regarding the password
API | Description |
---|---|
POST api/password/resetpassword |
Reset a user's password |
POST api/password/changepassword |
ChangePassword |
ApiLogin
Controller with everything regarding the Login
API | Description |
---|---|
POST api/login/login |
Login |
User
Obtain user information
API | Description |
---|---|
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
API | Description |
---|---|
GET api/token/getvalidationtoken |
Generate Token |