The ChangePasswordSRPRequest object is used as an input in ChangePasswordSRP API. You can use this API to change your password. The updated password is applicable to both EMS xAPI and EMS.
ChangePasswordSRPRequest
| Field Name | Required? | Data Type | Accepted Values/Examples |
|---|---|---|---|
| Domain | Yes | string | A valid domain name |
| NewPassword | Yes | string | Enter new password |
| OldPassword | Yes | string | Enter current password |
| TransactId | Yes | string | A server generated GUID that is given as response to the client during the first login |
| UserName | Yes | string | A valid user name |