UnlockUser
The unlock user controller.
API | Description |
---|---|
POST api/UnlockUser |
Unlocks the user. |
ForgotPassword
The forgot password controller.
API | Description |
---|---|
POST api/ForgotPassword |
Resets user password by email |
ClientRedirectUri
The client redirect uri controller.
API | Description |
---|---|
POST api/ClientRedirectUri |
Adds a redirect uri to a specific client. |
DELETE api/ClientRedirectUri |
Removes a redirect uri from a specific client. |
ValidateCredentials
Validates credentials
API | Description |
---|---|
POST api/ValidateCredentials |
Validates credentials |
User
The user controller.
API | Description |
---|---|
GET api/User |
Gets all users. |
GET api/User/{id} |
Get user by id. |
POST api/User |
Adds a new user. |
PUT api/User |
Updates an existent user. |
ChangePassword
The change password controller.
API | Description |
---|---|
POST api/ChangePassword |
Changes user password. |
ResetPassword
Reset password controller.
API | Description |
---|---|
POST api/ResetPassword |
Resets user password. |