PUT Users/Password

Used to update an authenticated and authorized user's password.

Request Information

URI Parameters

None.

Body Parameters

Smg.RestApi.Model.Users.UpdateUserPasswordRequest

Request Formats

Response Information

Resource Description

Smg.RestApi.Model.Users.AuthenticatedUser

A user that has been authenticated with the system. When a user's credentials are validated an Authentication token will be generated. This token will be the value for a required HTTP header for APIs that do user specific things. The Authentication Token has an expiration date and it is only good until that date. After that, the user's credentials will need to be validated again to generate another token.

Response Formats