pub async fn update_user(
configuration: &Configuration,
id: i32,
update_user_request: Option<UpdateUserRequest>,
) -> Result<UserResponse200, Error<UpdateUserError>>
Expand description
Updates the properties of a user. Currently, only active_flag
can be updated.