Function update_user_auth

Source
pub async fn update_user_auth(
    configuration: &Configuration,
    user_id: &str,
    user_auth_data: UserAuthData,
) -> Result<UserAuthData, Error<UpdateUserAuthError>>
Expand description

Updates a user’s authentication method. This can be used to change them to/from LDAP authentication for example. Minimum server version: 4.6 ##### Permissions Must have the edit_other_users permission.