PMS REST API
Online documentation
SetPasswordRequest
Inheritance: RequestBase
Request for setting a new password to the user with Email and UserID/OldPassword
| Property Name | Type | Description |
| string | User email address is required field to set a new password | |
| NewPassword | string | Will be set this password as new |
| OldPassword | string | For security reasons, one of the UserID or OldPassword should be set |
| UserID | Guid? | For security reasons, one of the UserID or OldPassword should be set |
| AuthData | AuthData | Request authentication info. If Http header authentication data is specified, this data is overridden |

