Function update_user_with_id

Source
pub async fn update_user_with_id(
    configuration: &Configuration,
    user_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    reactivate: Option<&str>,
    user_request: Option<UserRequest>,
) -> Result<UserResponse, Error<UpdateUserWithIdError>>
Expand description

Updates the user with the given Id. OR Reactivates the user with the given Id.