Function update_user

Source
pub fn update_user(
    client: &GraphClient,
    user_id: &str,
    body: Value,
) -> Result<Value, Box<dyn Error>>