pub async fn access_update_password(
configuration: &Configuration,
access_update_password_request: AccessUpdatePasswordRequest,
) -> Result<AccessUpdatePasswordResponse, Error<AccessUpdatePasswordError>>Expand description
Change user password Each user is allowed to change his own password. Superuser can change all passwords. Permissions: Everybody is allowed to change their own password. In addition, users with ‘Permissions:Modify’ privilege may change any password on @pbs realm.