{
old_password: string;
new_password: string;
}If the old_password is equal to the current one, the password is set to new_password for the request user.
Not allowed for the anonymous. The user must have user/can_change_own_password set to true.
If saml_id of user is set, an action exception is raised, because SingleSignOn-users have no local access