Function msgraph_rs::resources::users::methods::update_user
source ยท pub fn update_user(
client: &GraphClient,
user_id: &str,
body: Value,
) -> Result<Value, Box<dyn Error>>
pub fn update_user(
client: &GraphClient,
user_id: &str,
body: Value,
) -> Result<Value, Box<dyn Error>>