UnlockUser

The unlock user controller.

APIDescription
POST api/UnlockUser

Unlocks the user.

ForgotPassword

The forgot password controller.

APIDescription
POST api/ForgotPassword

Resets user password by email

ClientRedirectUri

The client redirect uri controller.

APIDescription
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

APIDescription
POST api/ValidateCredentials

Validates credentials

User

The user controller.

APIDescription
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.

APIDescription
POST api/ChangePassword

Changes user password.

ResetPassword

Reset password controller.

APIDescription
POST api/ResetPassword

Resets user password.