The updatePasswordRequest data type describes the request to change a password for a system-level user account or a tenant-level user account.
Properties
The table below describes the property included in the updatePasswordRequest data type.
| Property | Data type | Description |
|---|---|---|
| newPassword | String | The new password that you want to set for the system-level user account or tenant-level user account. |
Example
Here’s an XML example of the updatePasswordRequest data type:
<updatePasswordRequest>
<newPassword>End321!</newPassword>
</updatePasswordRequest>